aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail/files/patch-plugins__squirrelspell__sqspell_config.php
blob: 5923931d5078d343f469451e9b4f1528ec29f1e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- plugins/squirrelspell/sqspell_config.php.orig	2015-10-03 17:59:19 UTC
+++ plugins/squirrelspell/sqspell_config.php
@@ -22,9 +22,6 @@ sqgetGlobalVar('username', $username, SQ
  *
  * $SQSPELL_APP = array( 'English' => 'ispell -a',
  *                     'Spanish' => 'ispell -d spanish -a' );
- * You can replace ispell with aspell keeping the same commandline:
- * $SQSPELL_APP = array( 'English' => 'aspell -a',
- *                     'Spanish' => 'aspell -d spanish -a' );
  */
 $SQSPELL_APP = array('English' => 'ispell -a',
 			'Spanish' => 'ispell -d spanish -a');