Skip to content

Commit

Permalink
Merge pull request #9404 from peicuiping/master
Browse files Browse the repository at this point in the history
chore: fix some typos
  • Loading branch information
guggero authored Jan 10, 2025
2 parents 83a2100 + 06fef74 commit e449adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit e449adb

Please sign in to comment.