Docs: fix typos in documentation files #32011
pull wgyt wants to merge 1 commits into bitcoin:master from wgyt:wgyt-bitcoin-typo changing 6 files +8 −8-
wgyt commented at 2:11 am on March 7, 2025: contributor
-
DrahtBot commented at 2:11 am on March 7, 2025: contributor
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Code Coverage & Benchmarks
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/32011.
Reviews
See the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
-
DrahtBot added the label Docs on Mar 7, 2025
-
in src/leveldb/README.md:52 in 01c14b3511 outdated
48@@ -49,7 +49,7 @@ mkdir build 49 cd build 50 cmake -G "Visual Studio 15" .. 51 ``` 52-The default default will build for x86. For 64-bit run: 53+The default will build for x86. For 64-bit run:
jonatack commented at 3:03 am on March 7, 2025:This change is on a subtree directory and would need to be made upstream, not here. You can verify this locally by running./test/lint/git-subtree-check.sh src/leveldb
from repo root.
wgyt commented at 3:18 am on March 7, 2025:Thanks for sharing this, I have reverted this change.
jonatack commented at 3:45 am on March 7, 2025:You’ll need to squash the fixup commit into the first one (see https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md#squashing-commits).
wgyt commented at 3:54 am on March 7, 2025:OK, I have squashed the commit. :)DrahtBot added the label CI failed on Mar 7, 2025DrahtBot commented at 3:05 am on March 7, 2025: contributor🚧 At least one of the CI tasks failed. Debug: https://github.com/bitcoin/bitcoin/runs/38350828258
Try to run the tests locally, according to the documentation. However, a CI failure may still happen due to a number of reasons, for example:
-
Possibly due to a silent merge conflict (the changes in this pull request being incompatible with the current code in the target branch). If so, make sure to rebase on the latest commit of the target branch.
-
A sanitizer issue, which can only be found by compiling with the sanitizer and running the affected test.
-
An intermittent issue.
Leave a comment here, if you need help tracking down a confusing failure.
jonatack commented at 3:09 am on March 7, 2025: memberACK 01c14b3511610c5d5c6f509aadee1836220753ac modulo failing CI (see comment below)wgyt force-pushed on Mar 7, 2025DrahtBot removed the label CI failed on Mar 7, 2025rkrux commented at 1:31 pm on March 7, 2025: contributorcrACK 8ff8af1DrahtBot requested review from jonatack on Mar 7, 2025in contrib/signet/README.md:15 in 8ff8af1e34 outdated
11@@ -12,7 +12,7 @@ Syntax: `getcoins.py [-h|--help] [-c|--cmd=<bitcoin-cli path>] [-f|--faucet=<fau 12 * `--cmd` lets you customize the bitcoin-cli path. By default it will look for it in the PATH 13 * `--faucet` lets you specify which faucet to use; the faucet is assumed to be compatible with https://github.com/kallewoof/bitcoin-faucet 14 * `--addr` lets you specify a Signet address; by default, the address must be a bech32 address. This and `--cmd` above complement each other (i.e. you do not need `bitcoin-cli` if you use `--addr`) 15-* `--password` lets you specify a faucet password; this is handy if you are in a classroom and set up your own faucet for your students; (above faucet does not limit by IP when password is enabled) 16+* `--password` lets you specify a faucet password; this is handy if you are in a classroom and set up your own faucet for your students; (above faucet is not limited by IP when password is enabled)
jonatack commented at 1:14 am on March 8, 2025:I think the active voice makes more sense here (the original text). The faucet is doing the limiting, not the IP. Suggest dropping this change.
wgyt commented at 1:30 am on March 8, 2025:Thanks, I have reverted it.jonatack commented at 1:18 am on March 8, 2025: memberACK, modulo the feedback below.
(Friendly suggestion: I believe you have opened multiple spelling changes recently and suggest ramping up to more valuable contributions, including reviewing other pull requests. See https://jonatack.github.io/articles for more info. Cheers.)
Docs: fix typos in documentation files 5601bab4f8wgyt force-pushed on Mar 8, 2025jonatack commented at 2:02 am on March 8, 2025: memberACK 5601bab4f8b01fdef7a54c9e397d513217ab1c1fDrahtBot requested review from rkrux on Mar 8, 2025mabu44 commented at 5:41 pm on March 8, 2025: nonecrACK 5601bab4f8b01fdef7a54c9e397d513217ab1c1fmaflcko commented at 2:09 pm on March 9, 2025: memberlgtm ACK 5601bab4f8b01fdef7a54c9e397d513217ab1c1fhebasto merged this on Mar 9, 2025hebasto closed this on Mar 9, 2025
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2025-03-31 09:12 UTC
More mirrored repositories can be found on mirror.b10c.me