From ac374a2335472e7ef5b5c28e72c3060121b8d1ed Mon Sep 17 00:00:00 2001 From: Joe Tsai Date: Tue, 6 Oct 2020 11:53:19 -0700 Subject: [PATCH] internal/encoding/messageset: fix spelling typo Change-Id: Ic397fba6b382fbbe72779aa919f9109c23c8f209 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/259898 Reviewed-by: Damien Neil Trust: Joe Tsai --- internal/encoding/messageset/messageset.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/encoding/messageset/messageset.go b/internal/encoding/messageset/messageset.go index 453a81a5..c1866f3c 100644 --- a/internal/encoding/messageset/messageset.go +++ b/internal/encoding/messageset/messageset.go @@ -13,7 +13,7 @@ import ( pref "google.golang.org/protobuf/reflect/protoreflect" ) -// The MessageSet wire format is equivalent to a message defiend as follows, +// The MessageSet wire format is equivalent to a message defined as follows, // where each Item defines an extension field with a field number of 'type_id' // and content of 'message'. MessageSet extensions must be non-repeated message // fields.