Typo fixed
[mailer.git] / inc / module-functions.php
index 903e15634b0e4e02cfa9b4567e35cac455d486c8..37e4664655de0300c4baea75827f2ddcfbe9de9d 100644 (file)
@@ -223,7 +223,7 @@ function checkModulePermissions ($module = '') {
        $extension = ''; $module_chk = $module;
        //* DEBUG: */ debugOutput(__LINE__.'*'.count($modSplit).'/'.$module.'*');
        if (count($modSplit) == 2) {
-               // Okay, there is a seperator (_) in the name so is the first part a module?
+               // Okay, there is a separator (_) in the name so is the first part a module?
                //* DEBUG: */ debugOutput(__LINE__.'*'.$modSplit[0].'*');
                if (isExtensionActive($modSplit[0])) {
                        // The prefix is an extension's name, so let's set it