--- petition.module.old	2010-01-18 10:44:22.000000000 -0600
+++ petition.module	2010-01-18 10:44:27.000000000 -0600
@@ -103,7 +103,7 @@ function petition_menu() {
  'title' => 'Petition List', 
  'page callback' => 'petition_content_page', 
  'access callback' => 'user_access', 
- 'access arguments' => array('administer petition'), 
+ 'access arguments' => array('administer petitions'), 
  'description' => t('View and edit all the available petitions on your site'), 
  'type' => MENU_NORMAL_ITEM			
  );
@@ -125,7 +125,7 @@ function petition_menu() {
  'page callback' => 'drupal_get_form', 
  'page arguments' => array('petition_admin_settings'), 
  'access callback' => 'user_access', 
- 'access arguments' => array('administer petition'), 
+ 'access arguments' => array('administer petitions'), 
  'description' => t('Global configuration of the petition settings'), 
  'type' => MENU_NORMAL_ITEM		
  );
