From 5781df421e721088f3ff6229f0e8d4e4c04765b8 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Thu, 28 Mar 2019 16:15:14 -0700 Subject: all: s/cancelation/cancellation/ Though there is variation in the spelling of canceled, cancellation is always spelled with a double l. Reference: https://www.grammarly.com/blog/canceled-vs-cancelled/ Change-Id: I240f1a297776c8e27e74f3eca566d2bc4c856f2f Reviewed-on: https://go-review.googlesource.com/c/go/+/170060 Run-TryBot: Josh Bleecher Snyder TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- src/net/http/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/http/http.go') diff --git a/src/net/http/http.go b/src/net/http/http.go index 1c829ae87f..3510fe604d 100644 --- a/src/net/http/http.go +++ b/src/net/http/http.go @@ -19,7 +19,7 @@ import ( const maxInt64 = 1<<63 - 1 // aLongTimeAgo is a non-zero time, far in the past, used for -// immediate cancelation of network operations. +// immediate cancellation of network operations. var aLongTimeAgo = time.Unix(1, 0) // TODO(bradfitz): move common stuff here. The other files have accumulated -- cgit v1.3