mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
Fix a couple typos
This commit is contained in:
parent
cfa3f037fd
commit
180bed7b5c
@ -81,7 +81,7 @@ type Builder interface {
|
|||||||
// 'fsGroup' so that it can be accessed by the pod. This may
|
// 'fsGroup' so that it can be accessed by the pod. This may
|
||||||
// be called more than once, so implementations must be
|
// be called more than once, so implementations must be
|
||||||
// idempotent.
|
// idempotent.
|
||||||
SetUpAt(dir string, sGroup *int64) error
|
SetUpAt(dir string, fsGroup *int64) error
|
||||||
// GetAttributes returns the attributes of the builder.
|
// GetAttributes returns the attributes of the builder.
|
||||||
GetAttributes() Attributes
|
GetAttributes() Attributes
|
||||||
}
|
}
|
||||||
|
2
third_party/golang/expansion/expand.go
vendored
2
third_party/golang/expansion/expand.go
vendored
@ -10,7 +10,7 @@ const (
|
|||||||
referenceCloser = ')'
|
referenceCloser = ')'
|
||||||
)
|
)
|
||||||
|
|
||||||
// syntaxWrap returns the input string wrapped the expansion syntax.
|
// syntaxWrap returns the input string wrapped by the expansion syntax.
|
||||||
func syntaxWrap(input string) string {
|
func syntaxWrap(input string) string {
|
||||||
return string(operator) + string(referenceOpener) + input + string(referenceCloser)
|
return string(operator) + string(referenceOpener) + input + string(referenceCloser)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user