From ea5e3bd2a18fc26fa9028865c8f391b18ed24786 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Tue, 22 Aug 2017 15:41:50 +0530 Subject: all: fix easy-to-miss typos Using the wonderful https://github.com/client9/misspell tool. Change-Id: Icdbc75a5559854f4a7a61b5271bcc7e3f99a1a24 Reviewed-on: https://go-review.googlesource.com/57851 Reviewed-by: Joe Tsai Run-TryBot: Joe Tsai TryBot-Result: Gobot Gobot --- src/encoding/asn1/asn1_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encoding') diff --git a/src/encoding/asn1/asn1_test.go b/src/encoding/asn1/asn1_test.go index c9eda4069d..355ff8c41c 100644 --- a/src/encoding/asn1/asn1_test.go +++ b/src/encoding/asn1/asn1_test.go @@ -1015,7 +1015,7 @@ func TestNull(t *testing.T) { t.Fatal(err) } if !bytes.Equal(NullBytes, marshaled) { - t.Errorf("Expected Marshal of NullRawValue to yeild %x, got %x", NullBytes, marshaled) + t.Errorf("Expected Marshal of NullRawValue to yield %x, got %x", NullBytes, marshaled) } unmarshaled := RawValue{} -- cgit v1.3