From: Rich Bowen Date: Sat, 2 Apr 2005 20:00:39 +0000 (+0000) Subject: "misspelled" has been "mis-spelled" for quite long enough. X-Git-Tag: 2.1.5~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee8e3cfdd93735b72e0415408d38353b839b8d52;p=thirdparty%2Fapache%2Fhttpd.git "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 --- diff --git a/server/config.c b/server/config.c index 9c5238a2237..ce680c926d7 100644 --- a/server/config.c +++ b/server/config.c @@ -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); }