mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-30 16:10:01 +01:00
multi: comprehensive typo fixes across all packages
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
72a5bc8648
commit
a93736d21e
@@ -647,7 +647,7 @@ func closeChannel(ctx *cli.Context) error {
|
||||
err error
|
||||
)
|
||||
|
||||
// Show command help if no arguments provieded
|
||||
// Show command help if no arguments provided
|
||||
if ctx.NArg() == 0 && ctx.NumFlags() == 0 {
|
||||
cli.ShowCommandHelp(ctx, "closechannel")
|
||||
return nil
|
||||
@@ -1020,7 +1020,7 @@ var sendPaymentCommand = cli.Command{
|
||||
}
|
||||
|
||||
func sendPayment(ctx *cli.Context) error {
|
||||
// Show command help if no arguments provieded
|
||||
// Show command help if no arguments provided
|
||||
if ctx.NArg() == 0 && ctx.NumFlags() == 0 {
|
||||
cli.ShowCommandHelp(ctx, "sendpayment")
|
||||
return nil
|
||||
@@ -1836,7 +1836,7 @@ func debugLevel(ctx *cli.Context) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
var decodePayReqComamnd = cli.Command{
|
||||
var decodePayReqCommand = cli.Command{
|
||||
Name: "decodepayreq",
|
||||
Usage: "Decode a payment request.",
|
||||
Description: "Decode the passed payment request revealing the destination, payment hash and value of the payment request",
|
||||
|
||||
Reference in New Issue
Block a user