Rod Hynes 8 лет назад
Родитель
Сommit
f236d6708e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      psiphon/meekConn.go

+ 2 - 2
psiphon/meekConn.go

@@ -893,9 +893,9 @@ func (meek *MeekConn) roundTrip(sendBuffer *bytes.Buffer) (int64, error) {
 			// must have received the request payload.
 			serverAcknowledgedRequestPayload = true
 
-			// sendBuffer is now no longer required for retries, ane the
+			// sendBuffer is now no longer required for retries, and the
 			// buffer may be replaced; this allows meekConn.Write() to unblock
-			// and start buffering data for the next roung trip while still
+			// and start buffering data for the next round trip while still
 			// reading the current round trip response.
 			if signaller != nil {
 				signaller.AwaitClosed()