Browse Source

Grammar uniformity "ourself"→"ourselves".

David Fifield 5 năm trước cách đây
mục cha
commit
bd8a0e870f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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