From: tokul Date: Mon, 7 Jun 2004 16:11:45 +0000 (+0000) Subject: fixed typo X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=6d440be5164b305b57c042815c96dabd353a7188 fixed typo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7617 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/filters/spamoptions.php b/plugins/filters/spamoptions.php index a31ebaa5..d4b22563 100644 --- a/plugins/filters/spamoptions.php +++ b/plugins/filters/spamoptions.php @@ -93,7 +93,7 @@ echo html_tag( 'table', if ($SpamFilters_YourHop == ' ') { echo '
' . html_tag( 'div', '' . - sprintf(_("WARNING! Tell the adminstrator to set the %s variable."), '"SpamFilters_YourHop"') . + sprintf(_("WARNING! Tell the administrator to set the %s variable."), '"SpamFilters_YourHop"') . '' , 'center' ) . '
';