소스 검색

Minor bug fix, just a misspelled variable

Jimmy Conner 21 년 전
부모
커밋
08836b4ff1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'];