]> git.mxchange.org Git - mailer.git/blobdiff - inc/functions.php
Code cleanups, ext-booking continued:
[mailer.git] / inc / functions.php
index f081487413227ab8189e5ac200a387235e8d91da..2a0e1d0530f888ed03b95fc828ec02d2c8a3d761 100644 (file)
@@ -945,7 +945,7 @@ function scrambleString ($str) {
        // Init
        $scrambled = '';
 
-       // Final check, in case of failture it will return unscrambled string
+       // Final check, in case of failure it will return unscrambled string
        if (strlen($str) > 40) {
                // The string is to long
                return $str;