From: Jeff Trawick Date: Mon, 21 Apr 2003 20:00:19 +0000 (+0000) Subject: another spelling correction, courtesy of Erik Abele X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eccb73f38b67a5c8f0cf1f496cbe7ba5ee45497;p=thirdparty%2Fapache%2Fhttpd.git another spelling correction, courtesy of Erik Abele git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99483 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/main/alloc.c b/src/main/alloc.c index 81dd5e24d57..e73415a5c2d 100644 --- a/src/main/alloc.c +++ b/src/main/alloc.c @@ -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