make it explicit that the aspell command line is the same as the ispell one
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 9 Nov 2005 22:03:48 +0000 (22:03 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 9 Nov 2005 22:03:48 +0000 (22:03 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10312 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/squirrelspell/sqspell_config.php

index 73260b255d49766014bb1bf9d990c4f68e863650..ade211e1c998ca4100fe39103235a8d77e460690 100644 (file)
@@ -33,8 +33,8 @@ sqgetGlobalVar('username', $username, SQ_SESSION);
  *</pre>
  * 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
+?>