sascha 00/11/01 11:36:41
Modified: src/include ap_buckets.h
Log:
Fix speling
Revision Changes Path
1.46 +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.45
retrieving revision 1.46
diff -u -u -r1.45 -r1.46
--- ap_buckets.h 2000/10/17 21:53:42 1.45
+++ ap_buckets.h 2000/11/01 19:36:40 1.46
@@ -396,7 +396,7 @@
AP_DECLARE(ap_bucket_brigade *) ap_brigade_create(apr_pool_t *p);
/**
- * destroy an enitre bucket brigade. This includes destroying all of the
+ * destroy an entire bucket brigade. This includes destroying all of the
* buckets within the bucket brigade's bucket list.
* @param b The bucket brigade to destroy
* @deffunc apr_status_t ap_brigade_destroy(ap_bucket_brigade *b)