From: Daniel Gruno Date: Thu, 9 Aug 2012 14:03:26 +0000 (+0000) Subject: typo fix X-Git-Tag: 2.2.23~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=246129900676910da31a21925cf9053baf8d3fe2;p=thirdparty%2Fapache%2Fhttpd.git typo fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1371217 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/event.xml b/docs/manual/mod/event.xml index 65bcf003fdf..7549f45c9bd 100644 --- a/docs/manual/mod/event.xml +++ b/docs/manual/mod/event.xml @@ -55,7 +55,7 @@ MPM

This MPM tries to fix the 'keep alive problem' in HTTP. After a client completes the first request, the client can keep the connection open, and send further requests using the same socket. This can - save signifigant overhead in creating TCP connections. However, + save significant overhead in creating TCP connections. However, Apache traditionally keeps an entire child process/thread waiting for data from the client, which brings its own disadvantages. To solve this problem, this MPM uses a dedicated thread to handle both