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 {