You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2011/01/05 20:47:46 UTC

svn commit: r1055605 - /httpd/httpd/trunk/modules/proxy/mod_proxy_http.c

Author: trawick
Date: Wed Jan  5 19:47:45 2011
New Revision: 1055605

URL: http://svn.apache.org/viewvc?rev=1055605&view=rev
Log:
fix comment

Modified:
    httpd/httpd/trunk/modules/proxy/mod_proxy_http.c

Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_http.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy_http.c?rev=1055605&r1=1055604&r2=1055605&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/mod_proxy_http.c (original)
+++ httpd/httpd/trunk/modules/proxy/mod_proxy_http.c Wed Jan  5 19:47:45 2011
@@ -1950,7 +1950,7 @@ apr_status_t ap_proxy_http_process_respo
                         /* Ack! Phbtt! Die! User aborted! */
                         /* Only close backend if we haven't got all from the
                          * backend. Furthermore if *backend_ptr is NULL it is no
-                         * longer save to fiddle around with backend as it might
+                         * longer safe to fiddle around with backend as it might
                          * be already in use by another thread.
                          */
                         if (*backend_ptr) {