Skip to content

Commit

Permalink
internal/flags: fix typo (#28876)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodhi-crypo authored Jan 26, 2024
1 parent cd0770e commit bc0b87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/flags/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func doMigrateFlags(ctx *cli.Context) {
for _, parent := range ctx.Lineage()[1:] {
if parent.IsSet(name) {
// When iterating across the lineage, we will be served both
// the 'canon' and alias formats of all commmands. In most cases,
// the 'canon' and alias formats of all commands. In most cases,
// it's fine to set it in the ctx multiple times (one for each
// name), however, the Slice-flags are not fine.
// The slice-flags accumulate, so if we set it once as
Expand Down

0 comments on commit bc0b87c

Please sign in to comment.