]> Cypherpunks repositories - gostls13.git/commit
net/http/httputil: fix typo in unit test name
authorTyson Andre <tysonandre775@gmail.com>
Sat, 25 Apr 2020 21:39:19 +0000 (21:39 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 25 Apr 2020 23:15:50 +0000 (23:15 +0000)
commit09630172d45c09e150bd1329e37b74611d4af830
tree8ba0e644846aa8e548f1941e033501d861243abf
parent223d31f9fb1f821d0b1705fda3f925cff54d38b9
net/http/httputil: fix typo in unit test name

Everywhere else is using "cancellation"

The reasoning is mentioned in 170060

> 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: Ifc97c6785afb401814af77c377c2e2745ce53c5a
GitHub-Last-Rev: 05edd7477da46ca5c02703e139dbfc0cd05408ac
GitHub-Pull-Request: golang/go#38662
Reviewed-on: https://go-review.googlesource.com/c/go/+/230200
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/httputil/reverseproxy_test.go