From ee8e3cfdd93735b72e0415408d38353b839b8d52 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sat, 2 Apr 2005 20:00:39 +0000 Subject: [PATCH] "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 --- server/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.47.2