Commit 1155e675 authored by Daniel Gruno's avatar Daniel Gruno
Browse files

typo fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1371217 13f79535-47bb-0310-9956-ffa450edef68
parent 383fc280
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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