Skip to content

Commit 180bed7

Browse files
committed
Fix a couple typos
1 parent cfa3f03 commit 180bed7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/volume/volume.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ type Builder interface {
8181
// 'fsGroup' so that it can be accessed by the pod. This may
8282
// be called more than once, so implementations must be
8383
// idempotent.
84-
SetUpAt(dir string, sGroup *int64) error
84+
SetUpAt(dir string, fsGroup *int64) error
8585
// GetAttributes returns the attributes of the builder.
8686
GetAttributes() Attributes
8787
}

third_party/golang/expansion/expand.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const (
1010
referenceCloser = ')'
1111
)
1212

13-
// syntaxWrap returns the input string wrapped the expansion syntax.
13+
// syntaxWrap returns the input string wrapped by the expansion syntax.
1414
func syntaxWrap(input string) string {
1515
return string(operator) + string(referenceOpener) + input + string(referenceCloser)
1616
}

0 commit comments

Comments
 (0)