Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some typos #9404

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/debugging_lnd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/signing_release_candidate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`
Expand Down
Loading