From: Graham Leggett Date: Tue, 7 May 2013 19:36:33 +0000 (+0000) Subject: Fix spelling mistake, no code change. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04f7a023bd47c43ecba63b7c890700452648d79d;p=thirdparty%2Fapache%2Fhttpd.git Fix spelling mistake, no code change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1480046 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c index ff88c848e6b..ff068bba82f 100644 --- a/modules/http/http_filters.c +++ b/modules/http/http_filters.c @@ -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);