]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
another spelling correction, courtesy of Erik Abele
authorJeff Trawick <trawick@apache.org>
Mon, 21 Apr 2003 20:00:19 +0000 (20:00 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 21 Apr 2003 20:00:19 +0000 (20:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99483 13f79535-47bb-0310-9956-ffa450edef68

src/main/alloc.c

index 81dd5e24d5778c375e0c56f5942809d067ce16b2..e73415a5c2d3d5ba8a4ff2b298ee96575af32ad5 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 exponential timeout alogrithm.
+ * for the exponential timeout algorithm.
  */
 #define TIMEOUT_USECS    3000000
 #define TIMEOUT_INTERVAL   46875