Minor bug fix, just a misspelled variable
authorcigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Oct 2004 03:53:46 +0000 (03:53 +0000)
committercigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Oct 2004 03:53:46 +0000 (03:53 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8256 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/squirrelspell/modules/forget_me_not.mod

index bf7029e5f64581428c7f66c6ae6bd572d1146e4a..85f94d636872af5c078271953a1e697b3b1d52ad 100644 (file)
@@ -15,7 +15,7 @@
  * @author Konstantin Riabitsev <icon@duke.edu> ($Author$)
  */
 
-global $SQSPELL_VERSION, $SQSPELL_APP_DEFFAULT;
+global $SQSPELL_VERSION, $SQSPELL_APP_DEFAULT;
 
 $words = $_POST['words'];
 $sqspell_use_app = $_POST['sqspell_use_app'];