From 3e7ffb862f550c38ce0611b970a4dce10a01226e Mon Sep 17 00:00:00 2001 From: Daniel Martí Date: Thu, 7 Apr 2022 15:13:47 +0900 Subject: all: consistently use US spelling of present participles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It has been agreed that we should prefer the US spelling of words like "canceling" over "cancelling"; for example, see https://go.dev/cl/14526. Fix a few occurrences of the "canceling" inconsistency, as well as: * signaling * tunneling * marshaling Change-Id: I99f3ba0a700a9f0292bc6c1b110af31dd05f1ff0 Reviewed-on: https://go-review.googlesource.com/c/go/+/398734 Trust: Daniel Martí Run-TryBot: Daniel Martí TryBot-Result: Gopher Robot Reviewed-by: Ian Lance Taylor --- src/testing/testing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testing') diff --git a/src/testing/testing.go b/src/testing/testing.go index 05d8f22aff..badc159159 100644 --- a/src/testing/testing.go +++ b/src/testing/testing.go @@ -219,7 +219,7 @@ // The Skip method of *T can be used in a fuzz target if the input is invalid, // but should not be considered a failing input. For example: // -// func FuzzJSONMarshalling(f *testing.F) { +// func FuzzJSONMarshaling(f *testing.F) { // f.Fuzz(func(t *testing.T, b []byte) { // var v interface{} // if err := json.Unmarshal(b, &v); err != nil { -- cgit v1.3