Merge pull request #9404 from peicuiping/master

chore: fix some typos
This commit is contained in:
Oliver Gugger 2025-01-10 09:28:37 -06:00 committed by GitHub
commit e449adb03a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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)`