### Eclipse Workspace Patch 1.0
#P term_blacklist
Index: term_blacklist.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/term_blacklist/term_blacklist.module,v
retrieving revision 1.4
diff -u -r1.4 term_blacklist.module
--- term_blacklist.module	21 Dec 2007 11:19:22 -0000	1.4
+++ term_blacklist.module	7 May 2008 10:47:28 -0000
@@ -15,7 +15,7 @@
 function term_blacklist_help($section) {
 switch ($section) {
     case 'admin/content/taxonomy/blacklist':
-      return t('<p>This is a global term blacklist. All terms listet here are ignored or replaced by the optional substitute.</p>');
+      return t('<p>This is a global term blacklist. All terms in this list are ignored or replaced by the optional substitute.</p>');
       break;
   }
 }
