From 4dc5cb5a3a9def064ccf839d5ad397714457c5d6 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Sun, 31 Jan 2021 17:37:27 -0800 Subject: [PATCH] Fix typo in restorechanbackup command description --- cmd/lncli/commands.go | 2 +- docs/recovery.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index aa2f6aa6..61fbca82 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -2573,7 +2573,7 @@ var restoreChanBackupCommand = cli.Command{ Description: ` Allows a user to restore a Static Channel Backup (SCB) that was obtained either via the exportchanbackup command, or from lnd's - automatically manged channels.backup file. This command should be used + automatically managed channels.backup file. This command should be used if a user is attempting to restore a channel due to data loss on a running node restored with the same seed as the node that created the channel. If successful, this command will allows the user to recover diff --git a/docs/recovery.md b/docs/recovery.md index 18fff2e1..3cf1e1f3 100644 --- a/docs/recovery.md +++ b/docs/recovery.md @@ -313,7 +313,7 @@ DESCRIPTION: Allows a user to restore a Static Channel Backup (SCB) that was obtained either via the exportchanbackup command, or from lnd's - automatically manged channels.backup file. This command should be used + automatically managed channels.backup file. This command should be used if a user is attempting to restore a channel due to data loss on a running node restored with the same seed as the node that created the channel. If successful, this command will allows the user to recover