summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2011-11-10 18:05:47 +0000
committerPaul Querna <pquerna@apache.org>2011-11-10 18:05:47 +0000
commitc37300112cb13a569409139970415d593a2d2060 (patch)
tree886c8f3f6c2617c2e78922297300a0ec88898088
parent9ba9dfc5ff9bb1e912f3bec38a3b836bdefaa6ca (diff)
downloadhttpd-c37300112cb13a569409139970415d593a2d2060.tar.gz
Fix spelling
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200456 13f79535-47bb-0310-9956-ffa450edef68
-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.