Explorar el Código

Merge pull request #27 from xtaci/master

fix spelling
Jake Champlin hace 9 años
padre
commit
c8a8a076e0
Se han modificado 1 ficheros con 1 adiciones y 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