summaryrefslogtreecommitdiffstats
path: root/modules/core/mod_watchdog.c
diff options
context:
space:
mode:
authorMike Rumph <mrumph@apache.org>2020-02-13 19:15:57 +0100
committerMike Rumph <mrumph@apache.org>2020-02-13 19:15:57 +0100
commit85760859cac5870ffae86c5c02cfde6db696b140 (patch)
treecde5286acd23f1a007bdc03a37629f4196d6e8d1 /modules/core/mod_watchdog.c
parentdon't use DOTALL from mod_substitute which leaves \n at the end of the line. (diff)
downloadapache2-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.c4
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;