fixed typo
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 7 Jun 2004 16:11:45 +0000 (16:11 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 7 Jun 2004 16:11:45 +0000 (16:11 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7617 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/filters/spamoptions.php

index a31ebaa5540de191898da2eee1a39a366c57c318..d4b2256368c902d1589f74412a91608e879524b8 100644 (file)
@@ -93,7 +93,7 @@ echo html_tag( 'table',
 if ($SpamFilters_YourHop == ' ') {
     echo '<br />' .
         html_tag( 'div', '<b>' .
-            sprintf(_("WARNING! Tell the adminstrator to set the %s variable."), '&quot;SpamFilters_YourHop&quot;') .
+            sprintf(_("WARNING! Tell the administrator to set the %s variable."), '&quot;SpamFilters_YourHop&quot;') .
             '</b>' ,
         'center' ) .
         '<br />';