From: Evgeny Kotkov Date: Fri, 7 Jul 2017 11:15:31 +0000 (+0000) Subject: mpm_winnt: Fix typo in the logged message in winnt_get_connection(). X-Git-Tag: 2.5.0-alpha~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b499ac1b4fd138e86923b7015d0ff20d6adee28;p=thirdparty%2Fapache%2Fhttpd.git mpm_winnt: Fix typo in the logged message in winnt_get_connection(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1801148 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c index 1a65f8ca0dd..510db83f003 100644 --- a/server/mpm/winnt/child.c +++ b/server/mpm/winnt/child.c @@ -749,7 +749,7 @@ static winnt_conn_ctx_t *winnt_get_connection(winnt_conn_ctx_t *context) if (!rc) { rc = apr_get_os_error(); ap_log_error(APLOG_MARK, APLOG_DEBUG, rc, ap_server_conf, APLOGNO(00349) - "Child: GetQueuedComplationStatus returned %d", + "Child: GetQueuedCompletionStatus returned %d", rc); continue; }