Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 85149 invoked by uid 500); 21 Jun 2002 14:24:27 -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 85120 invoked from network); 21 Jun 2002 14:24:26 -0000 Date: 21 Jun 2002 14:24:26 -0000 Message-ID: <20020621142426.35330.qmail@icarus.apache.org> From: trawick@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/include apr_tables.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N trawick 2002/06/21 07:24:26 Modified: include apr_tables.h Log: fix a typo in a comment Revision Changes Path 1.28 +1 -1 apr/include/apr_tables.h Index: apr_tables.h =================================================================== RCS file: /home/cvs/apr/include/apr_tables.h,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- apr_tables.h 3 Jun 2002 21:48:28 -0000 1.27 +++ apr_tables.h 21 Jun 2002 14:24:25 -0000 1.28 @@ -275,7 +275,7 @@ * Add a key/value pair to a table, if another element already exists with the * same key, this will over-write the old data. * @param t The table to add the data to. - * @param key The key fo use + * @param key The key to use * @param val The value to add * @warning When adding data, this function does not make a copy of the key or * the value, so care should be taken to ensure that the values will