--- a/subscriptions.module	2007-02-13 01:32:35.031342398 -0500
+++ b/subscriptions.module	2007-02-13 01:32:50.613035416 -0500
@@ -54,14 +54,12 @@ function subscriptions_help($section) {
  * Implementation of hook_perm().
  */
 function subscriptions_perm() {
-  return array(
-    'subscribe to content',
-    'subscribe to taxonomy',
-    'subscribe to types',
-    'subscribe to blogs',
-    'maintain subscriptions',
-    'admin users subscriptions',
-  );
+  return array('subscribe to content',
+               'subscribe to taxonomy terms', 
+               'subscribe to content types', 
+               'subscribe to blogs',
+               'admin users subscriptions'
+              );
 }
 /**
  * Implementation of hook_user().
