Skip to content

Commit

Permalink
Revert "internal/flags: fix typo (ethereum#28133)"
Browse files Browse the repository at this point in the history
This reverts commit 5d5f12f.
  • Loading branch information
devopsbo3 committed Nov 10, 2023
1 parent f700554 commit 8d47729
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 @@ -225,7 +225,7 @@ func wordWrap(s string, width int) string {
return output.String()
}

// AutoEnvVars extends all the specific CLI flags with automatically generated
// AutoEnvVars extens all the specific CLI flags with automatically generated
// env vars by capitalizing the flag, replacing . with _ and prefixing it with
// the specified string.
//
Expand Down

0 comments on commit 8d47729

Please sign in to comment.