docs: fix typo spelling grammar #22664

pull slowy07 wants to merge 1 commits into bitcoin:master from slowy07:docs-fixing changing 7 files +8 −8
  1. slowy07 commented at 2:50 PM on August 8, 2021: none

    <!-- *** Please remove the following help text before submitting: *** Pull requests without a rationale and clear improvement may be closed immediately. GUI-related pull requests should be opened against https://github.com/bitcoin-core/gui first. See CONTRIBUTING.md -->

    <!-- Please provide clear motivation for your patch and explain how it improves Bitcoin Core user experience or Bitcoin Core developer experience significantly: * Any test improvements or new tests that improve coverage are always welcome. * All other changes should have accompanying unit tests (see `src/test/`) or functional tests (see `test/`). Contributors should note which tests cover modified code. If no tests exist for a region of modified code, new tests should accompany the change. * Bug fixes are most welcome when they come with steps to reproduce or an explanation of the potential issue as well as reasoning for the way the bug was fixed. * Features are welcome, but might be rejected due to design or scope issues. If a feature is based on a lot of dependencies, contributors should first consider building the system outside of Bitcoin Core, if possible. * Refactoring changes are only accepted if they are required for a feature or bug fix or otherwise improve developer experience significantly. For example, most "code style" refactoring changes require a thorough explanation why they are useful, what downsides they have and why they *significantly* improve developer experience or avoid serious programming bugs. Note that code style is often a subjective matter. Unless they are explicitly mentioned to be preferred in the [developer notes](/doc/developer-notes.md), stylistic code changes are usually rejected. -->

    <!-- Bitcoin Core has a thorough review process and even the most trivial change needs to pass a lot of eyes and requires non-zero or even substantial time effort to review. There is a huge lack of active reviewers on the project, so patches often sit for a long time. -->

    description fixing

    fixing typo grammar spelling and replace to correct with reference from merriam webster and wikitionary

    fixing example

    messagebox.setInformativeText(QObject::tr("A fatal error occured. Check that settings file is writable, or try running with -nosettings."));
    

    to

    messagebox.setInformativeText(QObject::tr("A fatal error occurred. Check that settings file is writable, or try running with -nosettings."));
    

    testing

    unitest not include because just fixing typo with correct one

  2. docs: fix typo spelling grammar a494fd6f5c
  3. DrahtBot added the label Build system on Aug 8, 2021
  4. DrahtBot added the label GUI on Aug 8, 2021
  5. DrahtBot added the label Upstream on Aug 8, 2021
  6. DrahtBot added the label Utils/log/libs on Aug 8, 2021
  7. DrahtBot added the label UTXO Db and Indexes on Aug 8, 2021
  8. hebasto commented at 8:32 PM on August 8, 2021: member

    Changes in subtrees (crc32c, leveldb, secp256k1) should be submitted to upstreams.

  9. Zero-1729 commented at 9:22 PM on August 8, 2021: contributor

    Concept ACK (for the non upstream changes, depends & qt)

  10. DrahtBot commented at 11:16 PM on August 8, 2021: member

    <!--e57a25ab6845829454e8d69fc972939a-->

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

    <!--174a7506f384e20aa4161008e828411d-->

    Conflicts

    Reviewers, this pull request conflicts with the following ones:

    • #22653 (refactor: Rename JoinErrors and re-use it by hebasto)

    If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.

  11. fanquake removed the label GUI on Aug 9, 2021
  12. fanquake removed the label Build system on Aug 9, 2021
  13. fanquake removed the label UTXO Db and Indexes on Aug 9, 2021
  14. fanquake removed the label Upstream on Aug 9, 2021
  15. fanquake removed the label Utils/log/libs on Aug 9, 2021
  16. DrahtBot added the label Build system on Aug 9, 2021
  17. DrahtBot added the label GUI on Aug 9, 2021
  18. DrahtBot added the label Upstream on Aug 9, 2021
  19. DrahtBot added the label Utils/log/libs on Aug 9, 2021
  20. DrahtBot added the label UTXO Db and Indexes on Aug 9, 2021
  21. DrahtBot commented at 3:50 AM on August 11, 2021: member

    <!--cf906140f33d8803c4a75a2196329ecb-->

    🐙 This pull request conflicts with the target branch and needs rebase.

    <sub>Want to unsubscribe from rebase notifications on this pull request? Just convert this pull request to a "draft".</sub>

  22. DrahtBot added the label Needs rebase on Aug 11, 2021
  23. in src/crc32c/src/crc32c_sse42.cc:179 in a494fd6f5c
     175 | @@ -176,7 +176,7 @@ uint32_t ExtendSse42(uint32_t crc, const uint8_t* data, size_t size) {
     176 |      }
     177 |    }
     178 |  
     179 | -  // Proccess the data in predetermined block sizes with tables for quickly
     180 | +  // Procces the data in predetermined block sizes with tables for quickly
    


    RandyMcMillan commented at 3:52 AM on August 11, 2021:

    Process

  24. fanquake closed this on Aug 11, 2021

  25. DrahtBot locked this on Aug 18, 2022
  26. slowy07 deleted the branch on Jun 19, 2023

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-04-13 15:14 UTC

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