]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions.php
Some typos fixed
[mailer.git] / inc / extensions.php
index 7be85ad1113daf48cde1c61eb3015b9ff3659ddc..b6793eacac211b2fbc510310f7538d3571b280e7 100644 (file)
@@ -140,7 +140,7 @@ function EXTENSION_REGISTER ($ext_name, $task_id, $dry_run = false, $logout = tr
        $NOTES = "";
        $INC_POOL = array();
 
-       // By default we have no failtures
+       // By default we have no failures
        $EXT_REPORTS_FAILURE = false;
 
        // Does this extension exists?
@@ -205,7 +205,7 @@ function EXTENSION_REGISTER ($ext_name, $task_id, $dry_run = false, $logout = tr
                // Switch back to register mode
                $EXT_LOAD_MODE = "register";
 
-               // Remains true if extension registration reports no failtures
+               // Remains true if extension registration reports no failures
                $test = ($test && !$EXT_REPORTS_FAILURE);
 
                // Does everthing before wents ok?