trawick 00/10/16 18:41:57
Modified: src/include ap_buckets.h Log: Fix a misspelling. Revision Changes Path 1.42 +1 -1 apache-2.0/src/include/ap_buckets.h Index: ap_buckets.h =================================================================== RCS file: /home/cvs/apache-2.0/src/include/ap_buckets.h,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ap_buckets.h 2000/10/17 00:24:32 1.41 +++ ap_buckets.h 2000/10/17 01:41:56 1.42 @@ -619,7 +619,7 @@ /** * Create a flush bucket. This indicates that filters should flush their - * data. There is no garauntee that they will flush it, but this is the + * data. There is no guarantee that they will flush it, but this is the * best we can do. * @return The new bucket, or NULL if allocation failed * @deffunc ap_bucket *ap_bucket_create_flush(void)