From 5d55011bdf7fe06a1f88c5502f44a4f5a245b4cb Mon Sep 17 00:00:00 2001 From: jervfors Date: Sat, 3 Feb 2007 16:59:42 +0000 Subject: [PATCH] Fixed spelling in comment. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12219 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/squirrelspell/modules/check_me.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/squirrelspell/modules/check_me.mod b/plugins/squirrelspell/modules/check_me.mod index 7dac0f0f..35817d84 100644 --- a/plugins/squirrelspell/modules/check_me.mod +++ b/plugins/squirrelspell/modules/check_me.mod @@ -36,7 +36,7 @@ function SpellLink($jscode, $title, $link) { /** * Declaring globals for users with E_ALL set. */ -global $SQSPELL_APP_DEFAULT, $SQSPELL_APP, $SQSPELL_SPELLCHECKER, +global $SQSPELL_APP_DEFAULT, $SQSPELL_APP, $SQSPELL_SPELLCHECKER, $SQSPELL_FORCE_POPEN, $attachment_dir, $color; if (! sqgetGlobalVar('sqspell_text',$sqspell_text,SQ_POST)) { @@ -230,7 +230,7 @@ if ($errors){ /** - * Did I mention that I hate dots on the end of contcatenated lines? + * Did I mention that I hate dots on the end of concatenated lines? * Dots at the beginning make so much more sense! */ $extrajs.= "//-->\n" -- 2.25.1