Browse Source

spellcheck

tokul 21 năm trước cách đây
mục cha
commit
7374e214f2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;