From b765c366379276b025bbf4c836a0be7d0a75f153 Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 6 Sep 2004 08:54:56 +0000 Subject: [PATCH] spellcheck git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8020 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/squirrelspell/sqspell_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/squirrelspell/sqspell_functions.php b/plugins/squirrelspell/sqspell_functions.php index ee9c1266..bdbdd9f4 100644 --- a/plugins/squirrelspell/sqspell_functions.php +++ b/plugins/squirrelspell/sqspell_functions.php @@ -188,7 +188,7 @@ function sqspell_crypto($mode, $ckey, $input){ mcrypt_generic_deinit ($td); mcrypt_module_close ($td); } else { - // older depreciated function + // older deprecated function mcrypt_generic_end ($td); } return $crypto; -- 2.25.1