From 17c0b9be44e7ce02e26b1252aef3df886710e04a Mon Sep 17 00:00:00 2001 From: Jim Pick Date: Mon, 5 Jul 2021 07:44:06 -0700 Subject: [PATCH] Spelling fix Change 'actorr' to 'actor' --- cli/state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/state.go b/cli/state.go index 6bf23d798..5bfcf1e8f 100644 --- a/cli/state.go +++ b/cli/state.go @@ -695,7 +695,7 @@ var StateListActorsCmd = &cli.Command{ var StateGetActorCmd = &cli.Command{ Name: "get-actor", Usage: "Print actor information", - ArgsUsage: "[actorrAddress]", + ArgsUsage: "[actorAddress]", Action: func(cctx *cli.Context) error { api, closer, err := GetFullNodeAPI(cctx) if err != nil {