diff options
author | Paul Querna <pquerna@apache.org> | 2011-11-10 19:05:47 +0100 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2011-11-10 19:05:47 +0100 |
commit | c37300112cb13a569409139970415d593a2d2060 (patch) | |
tree | 886c8f3f6c2617c2e78922297300a0ec88898088 /server | |
parent | drop tests and automake code for now (diff) | |
download | apache2-c37300112cb13a569409139970415d593a2d2060.tar.xz apache2-c37300112cb13a569409139970415d593a2d2060.zip |
Fix spelling
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200456 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r-- | server/mpm/simple/SIMPLE.README | 2 |
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. |