Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 77897 invoked by uid 500); 18 Feb 2003 14:18:40 -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: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 77841 invoked by uid 500); 18 Feb 2003 14:18:39 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 18 Feb 2003 14:18:39 -0000 Message-ID: <20030218141839.26741.qmail@icarus.apache.org> From: trawick@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/experimental cache_pqueue.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N trawick 2003/02/18 06:18:39 Modified: modules/experimental cache_pqueue.h Log: fix a typo in a comment Submitted by: jmc Revision Changes Path 1.6 +1 -1 httpd-2.0/modules/experimental/cache_pqueue.h Index: cache_pqueue.h =================================================================== RCS file: /home/cvs/httpd-2.0/modules/experimental/cache_pqueue.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cache_pqueue.h 3 Feb 2003 17:52:59 -0000 1.5 +++ cache_pqueue.h 18 Feb 2003 14:18:39 -0000 1.6 @@ -97,7 +97,7 @@ /** * initialize the queue * - * @param n the intial estimate of the number of queue items for which memory + * @param n the initial estimate of the number of queue items for which memory * should be preallocated * @param pri the callback function to run to assign a score to a element * @param get the callback function to get the current element's position