summaryrefslogtreecommitdiff
path: root/server/mpm/simple
diff options
context:
space:
mode:
authorMike Rumph <mrumph@apache.org>2020-02-13 18:15:57 +0000
committerMike Rumph <mrumph@apache.org>2020-02-13 18:15:57 +0000
commit85760859cac5870ffae86c5c02cfde6db696b140 (patch)
treecde5286acd23f1a007bdc03a37629f4196d6e8d1 /server/mpm/simple
parentb6dd2f55dc8735ec09ed0830ba7ec78dd99cde7f (diff)
downloadhttpd-85760859cac5870ffae86c5c02cfde6db696b140.tar.gz
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/mpm/simple')
-rw-r--r--server/mpm/simple/simple_io.c2
-rw-r--r--server/mpm/simple/simple_run.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/server/mpm/simple/simple_io.c b/server/mpm/simple/simple_io.c
index ff94aea281..191d13ce25 100644
--- a/server/mpm/simple/simple_io.c
+++ b/server/mpm/simple/simple_io.c
@@ -290,7 +290,7 @@ apr_status_t simple_io_accept(simple_core_t * sc, simple_sb_t * sb)
apr_status_t simple_io_event_process(simple_core_t * sc, simple_sb_t * sb)
{
/* pqXXXXX: In theory, if we have non-blocking operations on the connection
- * we can do them here, before pushing to another thread, thats just
+ * we can do them here, before pushing to another thread, that's just
* not implemented right now.
*/
return apr_thread_pool_push(sc->workers,
diff --git a/server/mpm/simple/simple_run.c b/server/mpm/simple/simple_run.c
index fc0be512e6..a61bfa66bc 100644
--- a/server/mpm/simple/simple_run.c
+++ b/server/mpm/simple/simple_run.c
@@ -285,7 +285,7 @@ int simple_child_loop(simple_core_t * sc)
return rv;
}
- /* XXXXX: Hack. Reseting parts of the simple core needs to be more
+ /* XXXXX: Hack. Resetting parts of the simple core needs to be more
* thought out than this.
*/
APR_RING_INIT(&sc->timer_ring, simple_timer_t, link);