Explorar o código

Minor bug fix, just a misspelled variable

Jimmy Conner %!s(int64=21) %!d(string=hai) anos
pai
achega
08836b4ff1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins/squirrelspell/modules/forget_me_not.mod

+ 1 - 1
plugins/squirrelspell/modules/forget_me_not.mod

@@ -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'];