소스 검색

Oops. That one slipped.

philippe_mingo 24 년 전
부모
커밋
1d2d6784ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plugins/squirrelspell/sqspell_config.php

+ 1 - 1
plugins/squirrelspell/sqspell_config.php

@@ -15,7 +15,7 @@
     global $username, $data_dir;
 
 
-    $SQSPELL_APP = array( 'English' => 'ispell -d spanish -a' );
+    $SQSPELL_APP = array( 'English' => 'ispell -a' );
     $SQSPELL_APP_DEFAULT = 'English';
     $SQSPELL_WORDS_FILE = "$data_dir/$username.words";
     $SQSPELL_EREG = 'ereg';