Explorar o código

Merge pull request #27 from xtaci/master

fix spelling
Jake Champlin %!s(int64=9) %!d(string=hai) anos
pai
achega
c8a8a076e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      spec.md

+ 1 - 1
spec.md

@@ -96,7 +96,7 @@ Because we are relying on the reliable stream underneath, a connection
 can begin sending data once the SYN flag is sent. The corresponding
 ACK does not need to be received. This is particularly well suited
 for an RPC system where a client wants to open a stream and immediately
-fire a request without wiating for the RTT of the ACK.
+fire a request without waiting for the RTT of the ACK.
 
 This does introduce the possibility of a connection being rejected
 after data has been sent already. This is a slight semantic difference