tokul 21 vuotta sitten
vanhempi
commit
7374e214f2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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_generic_deinit ($td);
       mcrypt_module_close ($td);
       mcrypt_module_close ($td);
   } else {
   } else {
-      // older depreciated function
+      // older deprecated function
       mcrypt_generic_end ($td);
       mcrypt_generic_end ($td);
   }
   }
   return $crypto;
   return $crypto;