Replacing HTML "script" element deprecated attribute "language".
[squirrelmail.git] / plugins / squirrelspell / sqspell_config.php
index 489703460994678e4e35e848d4960c4421d52d82..ff139b5deb22c63b86d2e1619ff642bbf1211454 100644 (file)
@@ -1,10 +1,10 @@
 <?php
+
 /**
  * sqspell_config.php -- SquirrelSpell Configuration file.
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
+ * @copyright &copy; 1999-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage squirrelspell
@@ -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:
@@ -89,10 +89,10 @@ $SQSPELL_WORDS_FILE =
    getHashedFile($username, $data_dir, "$username.words");
 
 /**
- * Function used cheching words in user's dictionary
+ * Function used for checking words in user's dictionary
  * @global string $SQSPELL_EREG
  * @deprecated It is not used since 1.5.1 (sqspell 0.5)
  */
 $SQSPELL_EREG = 'ereg';
 
-?>
\ No newline at end of file
+?>