Fix spelling errors #29107

pull kristapsk wants to merge 1 commits into bitcoin:master from kristapsk:fix-spelling changing 3 files +3 −2
  1. kristapsk commented at 1:16 PM on December 18, 2023: contributor

    Found these when running lint tests locally.

    src/rpc/util.h:405: falsy ==> falsely, false
    src/rpc/util.h:408: falsy ==> falsely, false
    src/test/fuzz/package_eval.cpp:214: non-existant ==> non-existent
    src/test/span_tests.cpp:56: memeber ==> member
    ^ Warning: codespell identified likely spelling errors. Any false positives? Add them to the list of ignored words in test/lint/spelling.ignore-words.txt
    

    Guess it's because I'm having different version of codespell?

    In any case, these aren't false positives and should be fixed.

  2. Fix spelling errors 4f8118238f
  3. DrahtBot commented at 1:16 PM on December 18, 2023: contributor

    <!--e57a25ab6845829454e8d69fc972939a-->

    The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

    <!--006a51241073e994b41acfe9ec718e94-->

    Code Coverage

    For detailed information about the code coverage, see the test coverage report.

    <!--021abf342d371248e50ceaed478a90ca-->

    Reviews

    See the guideline for information on the review process. A summary of reviews will appear here.

  4. brunoerg commented at 3:57 PM on December 18, 2023: contributor
  5. glozow commented at 4:02 PM on December 18, 2023: member

    You could include this one (not detected by linter):

    iff is an abbreviation of "if and only if"

  6. in src/test/fuzz/package_eval.cpp:214 in 4f8118238f
     210 | @@ -211,7 +211,7 @@ FUZZ_TARGET(tx_package_eval, .init = initialize_tx_pool)
     211 |                      tx_mut.vin.push_back(tx_mut.vin.back());
     212 |                  }
     213 |  
     214 | -                // Refer to a non-existant input
     215 | +                // Refer to a non-existent input
    


    glozow commented at 4:03 PM on December 18, 2023:

    this is done in #28948

  7. brunoerg commented at 4:07 PM on December 18, 2023: contributor

    iff is an abbreviation of "if and only if"

    didn't know it, thanks! :)

  8. glozow commented at 11:21 AM on December 21, 2023: member

    I'm going to close this in an effort focus review attention on more important PRs, sorry (see https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md#pull-request-philosophy). I think it makes more sense to fix typos as we work on those areas of code.

  9. glozow closed this on Dec 21, 2023

  10. kristapsk commented at 12:01 PM on December 21, 2023: contributor

    IMHO it would have been simpler to just merge such trivial changes, but ok.

  11. kristapsk deleted the branch on Dec 21, 2023
  12. bitcoin locked this on Dec 20, 2024

github-metadata-mirror

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: 2026-05-03 03:13 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me