bitcoin/src/policy
Ben Woosley b748bf6f50
Fix spelling errors identified by codespell 1.15.0
After this commit, the only remaining output is:

  $ test/lint/lint-spelling.sh
  src/test/base32_tests.cpp:14: fo  ==> of, for
  src/test/base64_tests.cpp:14: fo  ==> of, for
  ^ Warning: codespell identified likely spelling errors. Any false positives? Add them to the list of ignored words in test/lint/lint-spelling.ignore-words.txt

Note:
* I ignore several valid alternative spellings
* homogenous is present in tinyformat, hence should be addressed upstream
* process' is correct only if there are plural processes
2019-06-11 17:18:16 +02:00
..
feerate.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
feerate.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
fees.cpp Fix spelling errors identified by codespell 1.15.0 2019-06-11 17:18:16 +02:00
fees.h [build] Add several util units 2019-04-09 17:53:08 -04:00
policy.cpp Make reasoning about dependencies easier by not including unused dependencies 2019-06-02 17:15:23 +02:00
policy.h Remove access to node globals from wallet-linked code 2019-04-10 09:51:37 -04:00
rbf.cpp [build] Add several util units 2019-04-09 17:53:08 -04:00
rbf.h [build] Add several util units 2019-04-09 17:53:08 -04:00
settings.cpp [build] Move policy settings to new src/policy/settings unit 2019-04-09 17:53:08 -04:00
settings.h Remove access to node globals from wallet-linked code 2019-04-10 09:51:37 -04:00