Index: captcha.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/captcha/captcha.module,v
retrieving revision 1.42.2.40
diff -u -p -r1.42.2.40 captcha.module
--- captcha.module	3 Dec 2007 01:16:42 -0000	1.42.2.40
+++ captcha.module	23 Apr 2008 01:31:45 -0000
@@ -39,7 +39,7 @@ function captcha_help($section = 'admin/
       return t('<p>A CAPTCHA can be added to virtually each Drupal form. Some default forms are already provided in the form list, but arbitrary forms can be easily added and managed when the option "%adminlinks" is enabled.</p><p>Users with the "%skipcaptcha" <a href="@perm">permission</a> won\'t be offered a challenge. Be sure to grant this permission to the trusted users (e.g. site administrators). If you want to test a protected form, be sure to do it as a user without the "%skipcaptcha" permission (e.g. as anonymous user).</p>',
         array(
           '@perm' => url('admin/user/access'),
-          '%adminlinks' => t('Add CAPTCHA adminstration links to forms'),
+          '%adminlinks' => t('Add CAPTCHA administration links to forms'),
           '%skipcaptcha' => 'skip CAPTCHA',
         ));
   }
