diff --git a/docs/debugging_lnd.md b/docs/debugging_lnd.md index cdb9f7a4f..63dd78cdb 100644 --- a/docs/debugging_lnd.md +++ b/docs/debugging_lnd.md @@ -78,7 +78,7 @@ prefix is overwritten by the `LNWL` subsystem. Moreover when using the `lncli` command the return value will provide the updated list of all subsystems and their associated logging levels. This makes -it easy to get an overview of the corrent logging level for the whole system. +it easy to get an overview of the current logging level for the whole system. Example: diff --git a/docs/signing_release_candidate.md b/docs/signing_release_candidate.md index 263e170d0..2d31ac06d 100644 --- a/docs/signing_release_candidate.md +++ b/docs/signing_release_candidate.md @@ -50,7 +50,7 @@ Tip: Download the official release Manifest file to your local maschine and do: `diff lnd-v0.18.3-beta/manifest-v0.18.3-beta.txt ~/Downloads/manifest-v0.18.3-beta.txt` (example command for a release candidate called `v0.18.3-beta`) Only if all hashes are identical, should you sign the release. If the digests -match, see the example signing comand, assuming your PGP signing key is +match, see the example signing command, assuming your PGP signing key is available on your local device: `gpg --local-user $KEYID --detach-sig --output manifest-$USERNAME-v0.18.3-beta.sig manifest-v0.18.3-beta.txt`. `USERNAME` being the name in the `[verify-install.sh](../scripts/verify-install.sh)`