浏览代码

spellcheck

tokul 21 年之前
父节点
当前提交
7374e214f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/squirrelspell/sqspell_functions.php

+ 1 - 1
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;