]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
typo fix
authorDaniel Gruno <humbedooh@apache.org>
Thu, 9 Aug 2012 14:03:26 +0000 (14:03 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 9 Aug 2012 14:03:26 +0000 (14:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1371217 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/event.xml

index 65bcf003fdf0ceac0dd78bdbfce2e3ed1d9b1f3d..7549f45c9bd90f2bcf3c67149a576bc8600d558e 100644 (file)
@@ -55,7 +55,7 @@ MPM</description>
     <p>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