From a36fdd685ab2c2e5951cdda3078950ec7a0b1bff Mon Sep 17 00:00:00 2001 From: kink Date: Wed, 9 Nov 2005 22:03:48 +0000 Subject: [PATCH] make it explicit that the aspell command line is the same as the ispell one git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10312 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/squirrelspell/sqspell_config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/squirrelspell/sqspell_config.php b/plugins/squirrelspell/sqspell_config.php index 73260b25..ade211e1 100644 --- a/plugins/squirrelspell/sqspell_config.php +++ b/plugins/squirrelspell/sqspell_config.php @@ -33,8 +33,8 @@ sqgetGlobalVar('username', $username, SQ_SESSION); * * Sometimes you have to specify full path for PHP to find it. * - * You can use Aspell or Ispell spellcheckers. Aspell might provide - * better spellchecking for Western languages. + * You can use Aspell or Ispell spellcheckers, the command line is the + * same. Aspell might provide better spellchecking for Western languages. * * If you want to have more than one dictionary available to users, * configure the array to look something like this: @@ -95,4 +95,4 @@ $SQSPELL_WORDS_FILE = */ $SQSPELL_EREG = 'ereg'; -?> \ No newline at end of file +?> -- 2.25.1