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:38:52 UTC

svn commit: r1480048 - in /httpd/httpd/branches/2.4.x: ./ modules/http/http_filters.c

Author: minfrin
Date: Tue May  7 19:38:51 2013
New Revision: 1480048

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

Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/modules/http/http_filters.c

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1480046

Modified: httpd/httpd/branches/2.4.x/modules/http/http_filters.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http/http_filters.c?rev=1480048&r1=1480047&r2=1480048&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/http/http_filters.c (original)
+++ httpd/httpd/branches/2.4.x/modules/http/http_filters.c Tue May  7 19:38:51 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);