From: Jim Jagielski Date: Fri, 11 Nov 2011 17:22:19 +0000 (+0000) Subject: Merge r1200456 from trunk: X-Git-Tag: 2.3.16~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0d6def62a0716a8999e6595508bf27b6b898685;p=apache Merge r1200456 from trunk: Fix spelling Submitted by: pquerna Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1200972 13f79535-47bb-0310-9956-ffa450edef68 --- 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.