summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/mpm/simple/SIMPLE.README2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/simple/SIMPLE.README b/server/mpm/simple/SIMPLE.README
index f04090b7b4..0d6d7edfee 100644
--- a/server/mpm/simple/SIMPLE.README
+++ b/server/mpm/simple/SIMPLE.README
@@ -3,4 +3,4 @@ Unix and Win32 platforms, by using APR as much as possible.
The Simple MPM core run loop revovles around a Poll CB event system, with
timers being built in. When an event, either an IO or Timer is ready to run,
-it is dispatched to any available threads in the currrent process.
+it is dispatched to any available threads in the current process.