]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
typo
authorJim Jagielski <jim@apache.org>
Fri, 20 Sep 2013 12:05:58 +0000 (12:05 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 20 Sep 2013 12:05:58 +0000 (12:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1524980 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_wstunnel.c

index 5b1ac5517f013f03c2e8dca24b5653775ea424e8..66151c17b00d76404aa467eb9b0cecc447e2ebe8 100644 (file)
@@ -380,7 +380,7 @@ static int ap_proxy_wstunnel_request(apr_pool_t *p, request_rec *r,
         }
         else { 
             ap_log_rerror(APLOG_MARK, APLOG_ERR, status, r,
-                          "error creating websosckets tunnel");
+                          "error creating websockets tunnel");
             return HTTP_INTERNAL_SERVER_ERROR;
         }
     }