Skip to content

Commit

Permalink
Merge pull request #10541 from fenggw-fnst/work
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
k8s-ci-robot authored Jan 10, 2021
2 parents 4ee8936 + 66d4816 commit 08cac10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upup/pkg/fi/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ type ExistsAndWarnIfChangesError struct {
msg string
}

// NewWarnIfInsufficientAccessError is a builder for ExistsAndWarnIfChangesError.
// NewExistsAndWarnIfChangesError is a builder for ExistsAndWarnIfChangesError.
func NewExistsAndWarnIfChangesError(message string) *ExistsAndWarnIfChangesError {
return &ExistsAndWarnIfChangesError{
msg: message,
Expand Down

0 comments on commit 08cac10

Please sign in to comment.