forked from cerc-io/plugeth
internal/flags: fix typo (#28876)
This commit is contained in:
parent
cd0770ea68
commit
bc0b87ca19
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user