Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 94AA41008F for ; Thu, 11 Jul 2013 13:43:15 +0000 (UTC) Received: (qmail 96116 invoked by uid 500); 11 Jul 2013 13:43:15 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 95897 invoked by uid 500); 11 Jul 2013 13:43:14 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 95890 invoked by uid 99); 11 Jul 2013 13:43:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jul 2013 13:43:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jul 2013 13:43:12 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 435BE23888A6; Thu, 11 Jul 2013 13:42:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1502225 - /httpd/httpd/branches/2.4.x/modules/cache/mod_cache.c Date: Thu, 11 Jul 2013 13:42:51 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130711134251.435BE23888A6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: covener Date: Thu Jul 11 13:42:50 2013 New Revision: 1502225 URL: http://svn.apache.org/r1502225 Log: CTR backport of r1501423 from trunk: fix whitespace in AH00766 warning: s/all of theinput/all of the input/ Modified: httpd/httpd/branches/2.4.x/modules/cache/mod_cache.c Modified: httpd/httpd/branches/2.4.x/modules/cache/mod_cache.c URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/cache/mod_cache.c?rev=1502225&r1=1502224&r2=1502225&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/modules/cache/mod_cache.c (original) +++ httpd/httpd/branches/2.4.x/modules/cache/mod_cache.c Thu Jul 11 13:42:50 2013 @@ -736,7 +736,7 @@ static int cache_save_store(ap_filter_t */ ap_log_rerror(APLOG_MARK, APLOG_WARNING, rv, f->r, APLOGNO(00766) "cache: Cache provider's store_body returned an " - "empty brigade, but didn't consume all of the" + "empty brigade, but didn't consume all of the " "input brigade, standing down to prevent a spin"); ap_remove_output_filter(f);