]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
FirstBill loses a mark for a spelling mistake in commentary
authorJeff Trawick <trawick@apache.org>
Mon, 21 Apr 2003 17:57:48 +0000 (17:57 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 21 Apr 2003 17:57:48 +0000 (17:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99478 13f79535-47bb-0310-9956-ffa450edef68

src/main/alloc.c

index 8ce98cb7452b596689dd6d3b6c349ae0eee8b39e..81dd5e24d5778c375e0c56f5942809d067ce16b2 100644 (file)
@@ -2778,7 +2778,7 @@ API_EXPORT(int) ap_bspawn_child(pool *p, int (*func) (void *, child_info *), voi
  * There is a total 3-second delay between sending a SIGINT 
  * and sending of the final SIGKILL.
  * TIMEOUT_INTERVAL should be set to TIMEOUT_USECS / 64
- * for the exponetial timeout alogrithm.
+ * for the exponential timeout alogrithm.
  */
 #define TIMEOUT_USECS    3000000
 #define TIMEOUT_INTERVAL   46875