From 74d48510c894f7acf54bffca319b54efbd184fb4 Mon Sep 17 00:00:00 2001 From: Carson Mullins Date: Sun, 22 Dec 2019 20:19:36 -0600 Subject: [PATCH] Fix typo in "query" rpc for autopilot. --- cmd/lncli/autopilotrpc_active.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lncli/autopilotrpc_active.go b/cmd/lncli/autopilotrpc_active.go index 16bd517c..7ad87304 100644 --- a/cmd/lncli/autopilotrpc_active.go +++ b/cmd/lncli/autopilotrpc_active.go @@ -96,7 +96,7 @@ func disable(ctx *cli.Context) error { var queryScoresCommand = cli.Command{ Name: "query", - Usage: "Query the autopilot heuristcs for nodes' scores.", + Usage: "Query the autopilot heuristics for nodes' scores.", ArgsUsage: "[flags] ...", Description: "", Action: actionDecorator(queryScores),