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
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.