Skip to content

Commit 3de6c1e

Browse files
committed
Spelling fixes inspired by github.com/client9/misspell
6 parents b5f4c3a + c3b5c26 + b910174 + 307317a + e09b143 + 071341e commit 3de6c1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generator/default_package.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"k8s.io/kubernetes/cmd/libs/go2idl/types"
2121
)
2222

23-
// DefaultPackage contains a default implentation of Package.
23+
// DefaultPackage contains a default implementation of Package.
2424
type DefaultPackage struct {
2525
// Short name of package, used in the "package xxxx" line.
2626
PackageName string

go-to-protobuf/protobuf/package.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func newProtobufPackage(packagePath, packageName string, generateAll bool, omitF
5252
return pkg
5353
}
5454

55-
// protobufPackage contains the protobuf implentation of Package.
55+
// protobufPackage contains the protobuf implementation of Package.
5656
type protobufPackage struct {
5757
// Short name of package, used in the "package xxxx" line.
5858
PackageName string

0 commit comments

Comments
 (0)