Trivial: Fix typos in various files #8505

pull leijurv wants to merge 1 commits into bitcoin:master from leijurv:replacable-typo changing 7 files +9 −9
  1. leijurv commented at 5:22 PM on August 13, 2016: contributor

    Changed "replacable" to "replaceable" for consistency. "replacable" only appears in this one place, while "replaceable" appears elsewhere in various files (and is also the correct spelling).

    The standard spelling seems to be "serialize" and "optimize", not "serialise" and "optimise"

    grep -r "optimization" src/ | wc -l
         16
    grep -r "optimisation" src/ | wc -l
           1
    
    grep -r "serialize" src/ | wc -l
         310
    grep -r "serialise" src/ | wc -l
           1
    
  2. paveljanik commented at 6:39 PM on August 13, 2016: contributor

    Please close #8506 and #8507, integrate them here. Thanks.

  3. leijurv commented at 6:41 PM on August 13, 2016: contributor

    All right, one minute

  4. leijurv renamed this:
    Trivial: Fix typo in main.cpp
    Trivial: Fix typo in main.cpp and mining.cpp
    on Aug 13, 2016
  5. leijurv renamed this:
    Trivial: Fix typo in main.cpp and mining.cpp
    Trivial: Fix typos in main.cpp and mining.cpp
    on Aug 13, 2016
  6. leijurv commented at 6:44 PM on August 13, 2016: contributor

    Done

  7. leijurv commented at 6:50 PM on August 13, 2016: contributor

    Note that "don't" is also misspelled in /src/leveldb/util/env_win.cc but I was unsure about editing leveldb, as it appears to be a dependency.

  8. leijurv renamed this:
    Trivial: Fix typos in main.cpp and mining.cpp
    Trivial: Fix typos in main.cpp, mining.cpp, and blockencodings.cpp
    on Aug 13, 2016
  9. leijurv renamed this:
    Trivial: Fix typos in main.cpp, mining.cpp, and blockencodings.cpp
    Trivial: Fix typos in main.cpp, mining.cpp, and blockencodings.cpp [WIP]
    on Aug 13, 2016
  10. leijurv commented at 7:10 PM on August 13, 2016: contributor

    The standard spelling seems to be "reorganiz-", not "reorganis-"

    grep -r "reorganiz" src/ | wc -l
           11
    grep -r "reorganis" src/ | wc -l
          2
    
  11. leijurv renamed this:
    Trivial: Fix typos in main.cpp, mining.cpp, and blockencodings.cpp [WIP]
    Trivial: Fix typos in main.cpp, mining.cpp, blockencodings.cpp, and wallet.cpp [WIP]
    on Aug 13, 2016
  12. leijurv renamed this:
    Trivial: Fix typos in main.cpp, mining.cpp, blockencodings.cpp, and wallet.cpp [WIP]
    Trivial: Fix typos in main.cpp, mining.cpp, blockencodings.cpp, wallet.cpp, and net.cpp [WIP]
    on Aug 13, 2016
  13. leijurv renamed this:
    Trivial: Fix typos in main.cpp, mining.cpp, blockencodings.cpp, wallet.cpp, and net.cpp [WIP]
    Trivial: Fix typos in main.cpp, mining.cpp, blockencodings.cpp, wallet.cpp, net.cpp, and main.h [WIP]
    on Aug 13, 2016
  14. leijurv renamed this:
    Trivial: Fix typos in main.cpp, mining.cpp, blockencodings.cpp, wallet.cpp, net.cpp, and main.h [WIP]
    Trivial: Fix typos in main.cpp, mining.cpp, blockencodings.cpp, wallet.cpp, net.cpp, main.h, and init.cpp [WIP]
    on Aug 13, 2016
  15. leijurv renamed this:
    Trivial: Fix typos in main.cpp, mining.cpp, blockencodings.cpp, wallet.cpp, net.cpp, main.h, and init.cpp [WIP]
    Trivial: Fix typos in various files [WIP]
    on Aug 13, 2016
  16. leijurv commented at 7:28 PM on August 13, 2016: contributor

    Not interested in an extremely long title listing every single file, that's what the "Files changed" tab is for

  17. leijurv renamed this:
    Trivial: Fix typos in various files [WIP]
    Trivial: Fix typos in various files
    on Aug 13, 2016
  18. leijurv commented at 7:29 PM on August 13, 2016: contributor

    Done with finding typos with aspell for now

  19. MarcoFalke commented at 10:09 AM on August 14, 2016: member
  20. MarcoFalke added the label Docs and Output on Aug 14, 2016
  21. leijurv force-pushed on Aug 14, 2016
  22. leijurv force-pushed on Aug 14, 2016
  23. various typos 1aacfc2da5
  24. leijurv force-pushed on Aug 14, 2016
  25. leijurv commented at 1:57 PM on August 14, 2016: contributor

    All right

  26. MarcoFalke commented at 1:54 PM on August 15, 2016: member

    utACK 1aacfc2da521a8e0d718e9ac561d9b2d7916eb0b

  27. laanwj merged this on Aug 17, 2016
  28. laanwj closed this on Aug 17, 2016

  29. laanwj referenced this in commit e753eaeb34 on Aug 17, 2016
  30. leijurv deleted the branch on Aug 17, 2016
  31. rebroad commented at 10:05 AM on August 23, 2016: contributor

    Is it specified anywhere whether the project should establish a standard/style of US or International English?

  32. MarcoFalke commented at 10:16 AM on August 23, 2016: member

    No, and I think this is not something we can enforce. Most developers are non-native English speakers, so telling everyone that they use the wrong English would be distracting.

  33. MarcoFalke commented at 10:16 AM on August 23, 2016: member

    Though, having a non-enforced guideline, such as "Use this style of English" wouldn't hurt.

  34. luke-jr referenced this in commit befe654f0f on Sep 21, 2016
  35. codablock referenced this in commit 1fce307718 on Sep 19, 2017
  36. codablock referenced this in commit d2a410eccd on Dec 29, 2017
  37. codablock referenced this in commit 10aaf04b73 on Jan 8, 2018
  38. gladcow referenced this in commit 99fd0563cf on Mar 2, 2018
  39. gladcow referenced this in commit 1e635715d9 on Mar 13, 2018
  40. gladcow referenced this in commit 412ce90080 on Mar 14, 2018
  41. gladcow referenced this in commit 77f5322b9b on Mar 15, 2018
  42. gladcow referenced this in commit d60bfbd3ba on Mar 15, 2018
  43. gladcow referenced this in commit 1543613efe on Mar 24, 2018
  44. gladcow referenced this in commit 5debadc536 on Apr 4, 2018
  45. UdjinM6 referenced this in commit bc45a2f87a on Apr 11, 2018
  46. andvgal referenced this in commit 4d01fb862f on Jan 6, 2019
  47. andvgal referenced this in commit fd5c50bc2b on Jan 6, 2019
  48. CryptoCentric referenced this in commit dd3fd51204 on Feb 28, 2019
  49. DrahtBot locked this on Sep 8, 2021

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-17 18:15 UTC

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