X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fsqspell_config.php;h=a0e09dc13ebeaea7d18aff92e932ed561aa74ca8;hp=1a55f2fe96a5d3660dc2d0bd7a9a27cf57b641b2;hb=HEAD;hpb=22387c8d44f3ab104db6e19180d3775a45762359 diff --git a/plugins/squirrelspell/sqspell_config.php b/plugins/squirrelspell/sqspell_config.php index 1a55f2fe..b04ef2f5 100644 --- a/plugins/squirrelspell/sqspell_config.php +++ b/plugins/squirrelspell/sqspell_config.php @@ -3,9 +3,9 @@ /** * sqspell_config.php -- SquirrelSpell Configuration file. * - * @copyright 1999-2017 The SquirrelMail Project Team + * @copyright 1999-2024 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License - * @version $Id$ + * @version $Id: sqspell_config.php 14845 2020-01-07 08:09:34Z pdontthink $ * @package plugins * @subpackage squirrelspell */ @@ -58,8 +58,7 @@ sqgetGlobalVar('username', $username, SQ_SESSION); * * @global array $SQSPELL_APP */ -$SQSPELL_APP = array('English' => 'ispell -a', - 'Spanish' => 'ispell -d spanish -a'); +$SQSPELL_APP = array('English' => 'aspell -a'); /** * Sample configuration for PHP pspell extension. Sets dictionary options.