Browse Source

Oops. That one slipped.

philippe_mingo 23 years ago
parent
commit
1d2d6784ea
1 changed files with 1 additions and 1 deletions
  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';