From: Jeff Trawick Date: Mon, 21 Apr 2003 17:57:48 +0000 (+0000) Subject: FirstBill loses a mark for a spelling mistake in commentary X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3bb7b517f3ac3c051e5117a7ee87c6fbc8250e;p=thirdparty%2Fapache%2Fhttpd.git FirstBill loses a mark for a spelling mistake in commentary git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99478 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/main/alloc.c b/src/main/alloc.c index 8ce98cb7452..81dd5e24d57 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 exponetial timeout alogrithm. + * for the exponential timeout alogrithm. */ #define TIMEOUT_USECS 3000000 #define TIMEOUT_INTERVAL 46875