Просмотр исходного кода

Grammar uniformity "ourself"→"ourselves".

David Fifield 5 лет назад
Родитель
Сommit
bd8a0e870f
1 измененных файлов с 1 добавлено и 1 удалено
  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