Enable misspell linter & fix findings (#12272)

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
Justin Traglia
2023-04-14 05:03:11 -05:00
committed by GitHub
parent f376427add
commit 9f7711e74a
12 changed files with 13 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ var (
var Commands = []*cli.Command{
{
Name: "validator",
Aliases: []string{"v", "sign"}, // remove sign command should be depreciated but having as backwards compatability.
Aliases: []string{"v", "sign"}, // remove sign command should be depreciated but having as backwards compatibility.
Usage: "commands that affect the state of validators such as exiting or withdrawing",
Subcommands: []*cli.Command{
{