From: Graham Leggett Date: Mon, 11 Oct 2010 23:23:57 +0000 (+0000) Subject: Use the more popular spelling variant. X-Git-Tag: 2.3.9~338 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97b03cc25c424dbe599d134b5d3c510c7433c391;p=thirdparty%2Fapache%2Fhttpd.git Use the more popular spelling variant. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1021544 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index 692e33eac51..d7d49b5e216 100644 --- a/modules/cache/mod_cache.c +++ b/modules/cache/mod_cache.c @@ -716,7 +716,7 @@ static int cache_save_filter(ap_filter_t *f, apr_bucket_brigade *in) return APR_SUCCESS; } - /* have we already run the cachability check and set up the + /* have we already run the cacheability check and set up the * cached file handle? */ if (cache->in_checked) {