Merge pull request #2492 from filecoin-project/jimpick/spelling-mpool

Spelling fix
This commit is contained in:
Łukasz Magiera 2020-07-21 12:04:02 +02:00 committed by GitHub
commit 892f67bd76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ var mpoolPending = &cli.Command{
var mpoolSub = &cli.Command{
Name: "sub",
Usage: "Subscibe to mpool changes",
Usage: "Subscribe to mpool changes",
Action: func(cctx *cli.Context) error {
api, closer, err := GetFullNodeAPI(cctx)
if err != nil {