summaryrefslogtreecommitdiffstats
path: root/server/main.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 /server/main.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 'server/main.c')
-rw-r--r--server/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/main.c b/server/main.c
index c445aef4f7..a126ce1883 100644
--- a/server/main.c
+++ b/server/main.c
@@ -269,7 +269,7 @@ static void destroy_and_exit_process(process_rec *process,
* Sleep for TASK_SWITCH_SLEEP micro seconds to cause a task switch on
* OS layer and thus give possibly started piped loggers a chance to
* process their input. Otherwise it is possible that they get killed
- * by us before they can do so. In this case maybe valueable log messages
+ * by us before they can do so. In this case maybe valuable log messages
* might get lost.
*/