From 81a6f4c95ae8f2793e124ab5f0e53bcb3a0adb41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Calder=C3=B3n?= Date: Mon, 10 Dec 2018 12:20:20 -0300 Subject: [PATCH] fixes typo on listinvoices command --- cmd/lncli/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index 084cf3ef..5407f672 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -2430,7 +2430,7 @@ var listInvoicesCommand = cli.Command{ Name: "listinvoices", Category: "Payments", Usage: "List all invoices currently stored within the database. Any " + - "active debug invoices are ingnored.", + "active debug invoices are ignored.", Description: ` This command enables the retrieval of all invoices currently stored within the database. It has full support for paginationed responses,