From: Christophe Jaillet Date: Tue, 25 Feb 2014 06:24:57 +0000 (+0000) Subject: Typo in comment (was r1571368) X-Git-Tag: 2.4.8~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86012ea2ed2b7402783a9f6094a7951f2e5f1317;p=apache Typo in comment (was r1571368) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1571578 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/core/mod_watchdog.c b/modules/core/mod_watchdog.c index 7ad13bf8d4..dfdff2f94c 100644 --- a/modules/core/mod_watchdog.c +++ b/modules/core/mod_watchdog.c @@ -388,7 +388,7 @@ static apr_status_t ap_watchdog_register_callback(ap_watchdog_t *w, /* */ /* Pre config hook. */ /* Create default watchdogs for parent and child */ -/* Parent watchdog executes inside parent proces so it doesn't need the */ +/* Parent watchdog executes inside parent process so it doesn't need the */ /* singleton mutex */ /* */ /*--------------------------------------------------------------------------*/