Commit 4e867ade authored by Richard Bowen's avatar Richard Bowen
Browse files

"misspelled" has been "mis-spelled" for quite long enough.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159808 13f79535-47bb-0310-9956-ffa450edef68
parent ed686dce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1032,7 +1032,7 @@ static const char *ap_walk_config_sub(const ap_directive_t *current,
            parms->err_directive = current;
            return apr_pstrcat(parms->pool, "Invalid command '",
                               current->directive,
                               "', perhaps mis-spelled or defined by a module "
                               "', perhaps misspelled or defined by a module "
                               "not included in the server configuration",
                               NULL);
        }
@@ -1319,7 +1319,7 @@ static const char *execute_now(char *cmd_line, const char *args,
    if (!(cmd = ap_find_command_in_modules(cmd_line, &mod))) {
        return apr_pstrcat(parms->pool, "Invalid command '",
                           cmd_line,
                           "', perhaps mis-spelled or defined by a module "
                           "', perhaps misspelled or defined by a module "
                           "not included in the server configuration",
                           NULL);
    }