]> granicus.if.org Git - apache/commitdiff
Backport 1480046.
authorGraham Leggett <minfrin@apache.org>
Tue, 7 May 2013 19:38:51 +0000 (19:38 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 7 May 2013 19:38:51 +0000 (19:38 +0000)
Fix spelling mistake, no code change.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1480048 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_filters.c

index c4a9f34277c11983e11d23cdae0c764cc92c719d..24a939a45c06b9143745f8af4199b88d846b87cf 100644 (file)
@@ -265,7 +265,7 @@ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b,
             /* 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);