Index: checkbox_filter.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/checkbox_filter/checkbox_filter.module,v
retrieving revision 1.1
diff -u -p -r1.1 checkbox_filter.module
--- checkbox_filter.module	25 Jun 2010 07:35:10 -0000	1.1
+++ checkbox_filter.module	25 Jun 2010 09:11:48 -0000
@@ -2,9 +2,9 @@
 // $Id: checkbox_filter.module,v 1.1 2010/06/25 07:35:10 drifter Exp $ 
 
 /**
- * Implementation of hook_menu_alter().
+ * Implementation of hook_perm().
  */
-function hook_perm() {
+function checkbox_filter_perm() {
   return array('show checkbox filter');
 }
 
