]> granicus.if.org Git - apache/commitdiff
Fix typo.
authorYoshiki Hayashi <yoshiki@apache.org>
Fri, 14 Jun 2002 09:32:42 +0000 (09:32 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Fri, 14 Jun 2002 09:32:42 +0000 (09:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95669 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/fin_wait_2.html

index 01f4523d35692ac65b4062c19a95413e9598ffa8..08eead9725994050d940b7a13e34e23095cb7de0 100644 (file)
@@ -24,7 +24,7 @@
         many more connections in the FIN_WAIT_2 state (as reported
         by <code>netstat</code>) than they saw using older
         versions. When the server closes a TCP connection, it sends
-        a packet with the FIN bit sent to the client, which then
+        a packet with the FIN bit set to the client, which then
         responds with a packet with the ACK bit set. The client
         then sends a packet with the FIN bit set to the server,
         which responds with an ACK and the connection is closed.