Selaa lähdekoodia

Update spec.md

Daniel Fu 9 vuotta sitten
vanhempi
commit
667c2345a3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 can begin sending data once the SYN flag is sent. The corresponding
 ACK does not need to be received. This is particularly well suited
 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
 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
 This does introduce the possibility of a connection being rejected
 after data has been sent already. This is a slight semantic difference
 after data has been sent already. This is a slight semantic difference