Fixed spelling in comment.
[squirrelmail.git] / plugins / squirrelspell / modules / forget_me.mod
index e53e0d1d8ddde101fb2f3b009955f8cfda90a088..851b80b5d9bffca66d1c0afd139695be5101da7c 100644 (file)
@@ -1,18 +1,17 @@
 <?php
+
 /**
  * forget_me.mod
- * --------------
- * Squirrelspell module
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
+ * Squirrelspell module
  *
  * This module deletes the words from the user dictionary. Called
  * after EDIT_DIC module.
  *
  *
- *
- * @author Konstantin Riabitsev <icon@duke.edu>
+ * @author Konstantin Riabitsev <icon at duke.edu>
+ * @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
@@ -60,7 +59,7 @@ if (! empty($words_ary)){
    * Click on some words first, Einstein!
    */
   sqspell_makePage(_("Personal Dictionary"), null,
-      '<p>' . _("No changes requested.") . '</p>');
+          '<p>' . _("No changes requested.") . '</p>');
 }
 
 /**
@@ -70,4 +69,3 @@ if (! empty($words_ary)){
  * End:
  * vim: syntax=php
  */
-?>
\ No newline at end of file