diff options
author | Mike Rumph <mrumph@apache.org> | 2020-02-13 19:15:57 +0100 |
---|---|---|
committer | Mike Rumph <mrumph@apache.org> | 2020-02-13 19:15:57 +0100 |
commit | 85760859cac5870ffae86c5c02cfde6db696b140 (patch) | |
tree | cde5286acd23f1a007bdc03a37629f4196d6e8d1 /modules/core/mod_watchdog.c | |
parent | don't use DOTALL from mod_substitute which leaves \n at the end of the line. (diff) | |
download | apache2-85760859cac5870ffae86c5c02cfde6db696b140.tar.xz apache2-85760859cac5870ffae86c5c02cfde6db696b140.zip |
Fix spelling errors found by codespell. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873985 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/core/mod_watchdog.c')
-rw-r--r-- | modules/core/mod_watchdog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/mod_watchdog.c b/modules/core/mod_watchdog.c index 61f4675252..51dea91c69 100644 --- a/modules/core/mod_watchdog.c +++ b/modules/core/mod_watchdog.c @@ -473,7 +473,7 @@ static int wd_post_config_hook(apr_pool_t *pconf, apr_pool_t *plog, int status = ap_run_watchdog_need(s, w->name, 1, w->singleton); if (status == OK) { - /* One of the modules returned OK to this watchog. + /* One of the modules returned OK to this watchdog. * Mark it as active */ w->active = 1; @@ -519,7 +519,7 @@ static int wd_post_config_hook(apr_pool_t *pconf, apr_pool_t *plog, int status = ap_run_watchdog_need(s, w->name, 0, w->singleton); if (status == OK) { - /* One of the modules returned OK to this watchog. + /* One of the modules returned OK to this watchdog. * Mark it as active */ w->active = 1; |