Spelling fix

Change 'actorr' to 'actor'
This commit is contained in:
Jim Pick 2021-07-05 07:44:06 -07:00 committed by GitHub
parent d76cbf805a
commit 17c0b9be44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {