You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2013/05/07 21:36:33 UTC

svn commit: r1480046 - /httpd/httpd/trunk/modules/http/http_filters.c

Author: minfrin
Date: Tue May  7 19:36:33 2013
New Revision: 1480046

URL: http://svn.apache.org/r1480046
Log:
Fix spelling mistake, no code change.

Modified:
    httpd/httpd/trunk/modules/http/http_filters.c

Modified: httpd/httpd/trunk/modules/http/http_filters.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/http_filters.c?rev=1480046&r1=1480045&r2=1480046&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http/http_filters.c (original)
+++ httpd/httpd/trunk/modules/http/http_filters.c Tue May  7 19:36:33 2013
@@ -265,7 +265,7 @@ apr_status_t ap_http_filter(ap_filter_t 
             /* test lenp, because it gives another case we can handle */
             else if (!lenp) {
                 /* Something that isn't in HTTP, unless some future
-                 * edition defines new transfer ecodings, is unsupported.
+                 * edition defines new transfer encodings, is unsupported.
                  */
                 ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, f->r, APLOGNO(01585)
                               "Unknown Transfer-Encoding: %s", tenc);