Index: mollom.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mollom/mollom.module,v
retrieving revision 1.101
diff -u -r1.101 mollom.module
--- mollom.module	21 Jan 2011 20:53:32 -0000	1.101
+++ mollom.module	29 Jan 2011 20:29:43 -0000
@@ -522,7 +522,7 @@
     '#type' => 'radios',
     '#title' => t('Report as inappropriate'),
     '#options' => array(
-      0 => t('Do no report'),
+      0 => t('Do not report'),
       'spam' => t('Spam, unsolicited advertising'),
       'profanity' => t('Obscene, violent, profane'),
       'low-quality' => t('Low-quality'),
