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;