From 05e91d06384e3a4eb0aba75560d254b8d5a7b431 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 7 Nov 2017 14:44:15 -0800 Subject: [PATCH] cmd/stringer: fix typo in test log message ("no" -> "not") Fixes golang/go#22623 Change-Id: I62ab82a04f34f379f715f0902a69caa9c74c50d2 Reviewed-on: https://go-review.googlesource.com/76397 Run-TryBot: Ian Lance Taylor Reviewed-by: Kevin Burke TryBot-Result: Gobot Gobot --- cmd/stringer/endtoend_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/stringer/endtoend_test.go b/cmd/stringer/endtoend_test.go index a1db27ae..273f29bd 100644 --- a/cmd/stringer/endtoend_test.go +++ b/cmd/stringer/endtoend_test.go @@ -54,7 +54,7 @@ func TestEndToEnd(t *testing.T) { continue } if name == "cgo.go" && !build.Default.CgoEnabled { - t.Logf("cgo is no enabled for %s", name) + t.Logf("cgo is not enabled for %s", name) continue } // Names are known to be ASCII and long enough.