From 6d440be5164b305b57c042815c96dabd353a7188 Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 7 Jun 2004 16:11:45 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7617 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/filters/spamoptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) . '
'; -- 2.25.1