From d6a1308a456bb595d60a2a1f02df6912e2afe48c Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Sun, 11 Nov 2001 19:15:52 +0000 Subject: [PATCH] Oops. That one slipped. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1727 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/squirrelspell/sqspell_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/squirrelspell/sqspell_config.php b/plugins/squirrelspell/sqspell_config.php index f6e023c6..a34a856f 100644 --- a/plugins/squirrelspell/sqspell_config.php +++ b/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'; -- 2.25.1