]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mpm_winnt: Fix typo in the logged message in winnt_get_connection().
authorEvgeny Kotkov <kotkov@apache.org>
Fri, 7 Jul 2017 11:15:31 +0000 (11:15 +0000)
committerEvgeny Kotkov <kotkov@apache.org>
Fri, 7 Jul 2017 11:15:31 +0000 (11:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1801148 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/child.c

index 1a65f8ca0dde4221b0d79dbacf7949cfb2a3aaf8..510db83f0033cfc3187ead17502193afb093a354 100644 (file)
@@ -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;
         }