]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
"misspelled" has been "mis-spelled" for quite long enough.
authorRich Bowen <rbowen@apache.org>
Sat, 2 Apr 2005 20:00:39 +0000 (20:00 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 2 Apr 2005 20:00:39 +0000 (20:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159808 13f79535-47bb-0310-9956-ffa450edef68

server/config.c

index 9c5238a22374385ec8761b68ddd193d7c0b13fed..ce680c926d7fcb2cbfa75aa98bd7e1a2cbae53a7 100644 (file)
@@ -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);
     }