Skip to content

Commit e449adb

Browse files
authored
Merge pull request #9404 from peicuiping/master
chore: fix some typos
2 parents 83a2100 + 06fef74 commit e449adb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/debugging_lnd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ prefix is overwritten by the `LNWL` subsystem.
7878

7979
Moreover when using the `lncli` command the return value will provide the
8080
updated list of all subsystems and their associated logging levels. This makes
81-
it easy to get an overview of the corrent logging level for the whole system.
81+
it easy to get an overview of the current logging level for the whole system.
8282

8383
Example:
8484

docs/signing_release_candidate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Tip: Download the official release Manifest file to your local maschine and do:
5050
`diff lnd-v0.18.3-beta/manifest-v0.18.3-beta.txt ~/Downloads/manifest-v0.18.3-beta.txt`
5151
(example command for a release candidate called `v0.18.3-beta`)
5252
Only if all hashes are identical, should you sign the release. If the digests
53-
match, see the example signing comand, assuming your PGP signing key is
53+
match, see the example signing command, assuming your PGP signing key is
5454
available on your local device:
5555
`gpg --local-user $KEYID --detach-sig --output manifest-$USERNAME-v0.18.3-beta.sig manifest-v0.18.3-beta.txt`.
5656
`USERNAME` being the name in the `[verify-install.sh](../scripts/verify-install.sh)`

0 commit comments

Comments
 (0)