From 2bf4db0be028407987458c7f6096de33b095ce43 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 18 Feb 2003 14:18:39 +0000 Subject: [PATCH] fix a typo in a comment Submitted by: jmc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98704 13f79535-47bb-0310-9956-ffa450edef68 --- modules/experimental/cache_pqueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/experimental/cache_pqueue.h b/modules/experimental/cache_pqueue.h index af9516e34c..ed175c1d0a 100644 --- a/modules/experimental/cache_pqueue.h +++ b/modules/experimental/cache_pqueue.h @@ -97,7 +97,7 @@ typedef void (*cache_pqueue_print_entry)(FILE *out, void *a); /** * 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 -- 2.40.0