Skip to content

Commit

Permalink
Fix a couple typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pmorie committed Feb 2, 2016
1 parent cfa3f03 commit 180bed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/volume/volume.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type Builder interface {
// 'fsGroup' so that it can be accessed by the pod. This may
// be called more than once, so implementations must be
// idempotent.
SetUpAt(dir string, sGroup *int64) error
SetUpAt(dir string, fsGroup *int64) error
// GetAttributes returns the attributes of the builder.
GetAttributes() Attributes
}
Expand Down
2 changes: 1 addition & 1 deletion third_party/golang/expansion/expand.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
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 {
return string(operator) + string(referenceOpener) + input + string(referenceCloser)
}
Expand Down

0 comments on commit 180bed7

Please sign in to comment.