Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
crsimmons committed Mar 17, 2022
1 parent a2fe631 commit 317119b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/deploy/deploy_args.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type Args struct {
NoMetrics bool
NoMetricsIsSet bool
Tags cli.StringSlice
// TagsIsSet is true if the user has specified tags using --tags
// TagsIsSet is true if the user has specified tags using --add-tag
TagsIsSet bool
Spot bool
SpotIsSet bool
Expand Down Expand Up @@ -302,7 +302,7 @@ func (a Args) validateTags() error {
return nil
}

// FlagSetChecker allows us to find out if flags were set, adn what the names of all flags are
// FlagSetChecker allows us to find out if flags were set, and what the names of all flags are
type FlagSetChecker interface {
IsSet(name string) bool
FlagNames() (names []string)
Expand Down

0 comments on commit 317119b

Please sign in to comment.