From: Jeff Trawick Date: Mon, 24 Feb 2014 17:50:16 +0000 (+0000) Subject: fix spelling error in comment X-Git-Tag: 2.5.0-alpha~4463 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f63c145039565926236fc342f21d20ad2ae12b74;p=apache fix spelling error in comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1571368 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 */ /* */ /*--------------------------------------------------------------------------*/