diff --git a/custom_pub.module b/custom_pub.module
index 28b5318..bd6f80b 100644
--- a/custom_pub.module
+++ b/custom_pub.module
@@ -13,13 +13,13 @@ function custom_pub_help($path, $arg) {
 }
 
 /**
- * Implements hook_permissions()
+ * Implements hook_permission().
  * 
  * We use these permissions on the inidvidual elements in the
  * node_form via the #access parameter. So in order to use the elements
  * you must add the permissions to a role.
  */
-function custom_pub_permissions() {
+function custom_pub_permission() {
   $types = variable_get('custom_pub_types', array());
   foreach ($types as $type) {
     $key = 'edit_custom_pub_' . $type['type'];
