--- block_edit.module
+++ (clipboard)
@@ -17,7 +17,7 @@
     'description' => 'Settings for the block edit module.',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('block_edit_admin_settings'),
-    'access arguments' => array('administer block_edit'),
+    'access arguments' => array('administer block edit'),
     'file' => 'block_edit.admin.inc',
   );
 
@@ -28,7 +28,7 @@
  * Implementation of hook_perm().
  */
 function block_edit_perm() {
-  return array('view block edit links', 'view node edit links');
+  return array('administer block edit', 'view block edit links', 'view node edit links');
 }
 
 /**
