diff options
author | Jeff Trawick <trawick@apache.org> | 2014-02-24 17:50:16 +0000 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2014-02-24 17:50:16 +0000 |
commit | f63c145039565926236fc342f21d20ad2ae12b74 (patch) | |
tree | 2ba541798d3094e806cf196d829b142ce749ad4a /modules/core | |
parent | 5c38fc3c7a82837aa1913c04fbba500cd4b9bd7a (diff) | |
download | httpd-f63c145039565926236fc342f21d20ad2ae12b74.tar.gz |
fix spelling error in comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1571368 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/core')
-rw-r--r-- | modules/core/mod_watchdog.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ /* */ /*--------------------------------------------------------------------------*/ |