Skip to content

Commit 7be3631

Browse files
chemidydsnet
authored andcommitted
protoc-gen-go/generator: fix misspelling (#732)
1 parent 5e707b2 commit 7be3631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protoc-gen-go/generator/generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@ func (g *Generator) defaultConstantName(goMessageType, protoFieldName string) st
17811781
// oneofField - field containing list of subfields:
17821782
// - oneofSubField - a field within the oneof
17831783

1784-
// msgCtx contais the context for the generator functions.
1784+
// msgCtx contains the context for the generator functions.
17851785
type msgCtx struct {
17861786
goName string // Go struct name of the message, e.g. MessageName
17871787
message *Descriptor // The descriptor for the message

0 commit comments

Comments
 (0)