Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 62934 invoked by uid 500); 25 Aug 2001 23:04:21 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 62923 invoked by uid 500); 25 Aug 2001 23:04:21 -0000 Delivered-To: apmail-apr-util-cvs@apache.org Date: 25 Aug 2001 22:58:02 -0000 Message-ID: <20010825225802.68197.qmail@icarus.apache.org> From: jwoolley@apache.org To: apr-util-cvs@apache.org Subject: cvs commit: apr-util/include apr_buckets.h X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N jwoolley 01/08/25 15:58:02 Modified: include apr_buckets.h Log: Grammar police Revision Changes Path 1.115 +1 -1 apr-util/include/apr_buckets.h Index: apr_buckets.h =================================================================== RCS file: /home/cvs/apr-util/include/apr_buckets.h,v retrieving revision 1.114 retrieving revision 1.115 diff -u -d -u -r1.114 -r1.115 --- apr_buckets.h 2001/08/25 22:54:56 1.114 +++ apr_buckets.h 2001/08/25 22:58:02 1.115 @@ -635,7 +635,7 @@ /** The pool into which any needed structures should * be created while reading from this file bucket */ apr_pool_t *readpool; - /** The SMS that this structure was allocated from */ + /** The SMS from which this structure was allocated */ apr_sms_t *sms; };