Index: autologout.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/autologout/autologout.module,v
retrieving revision 1.5.2.15
diff -u -r1.5.2.15 autologout.module
--- autologout.module	9 Jul 2008 03:49:30 -0000	1.5.2.15
+++ autologout.module	3 Oct 2008 16:23:47 -0000
@@ -361,7 +361,7 @@
    '#type' => 'checkbox',
    '#title' => t('Enable watchdog Automated Logout logging'),
    '#default_value' => _autologout_local_settings('use_watchdog'),
-   '#description' => t('Enable logging of ally logged out users')
+   '#description' => t('Enable logging of all logged out users')
   ); 
   $form['autologout']['block_title']  = array(
     '#type' => 'textfield',
@@ -387,7 +387,7 @@
  
   $markup3_items = array(
     t('Enforce : all users in this role will be auto-logged out'),
-    t('Exculde : all users in this role are excluded from Automated Logout functionality'),
+    t('Exclude : all users in this role are excluded from Automated Logout functionality'),
     t('By user : all users in this role can select to switch off this functionality')
   );
   $markup3 = theme('item_list', $markup3_items, t('Policy description')) . 
