Selaa lähdekoodia

Grammar uniformity "ourself"→"ourselves".

David Fifield 5 vuotta sitten
vanhempi
sitoutus
bd8a0e870f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      dnstt-client/http.go

+ 1 - 1
dnstt-client/http.go

@@ -98,7 +98,7 @@ func (c *HTTPPacketConn) send(p []byte) error {
 	default:
 		// We primarily are thinking of 429 Too Many Requests here, but
 		// any other unexpected response codes will also cause us to
-		// rate-limit ourself and emit a log message.
+		// rate-limit ourselves and emit a log message.
 		// https://developers.google.com/speed/public-dns/docs/doh/#errors
 		now := time.Now()
 		var retryAfter time.Time