mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Merge #16186: doc/lint: Fix spelling errors identified by codespell 1.15.0
b748bf6f50dda6bb57eadf697edc320b2695e01a Fix spelling errors identified by codespell 1.15.0 (Ben Woosley)
Pull request description:
Note all changes are to comments / documentation.
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 ~, but changed homogenous
to homogeneous as the latter is a more specific term according to the
Google dictionary definitions I found~
* homogenous is present in tinyformat, hence should be addressed upstream
* process' is correct only if there are plural processes
ACKs for commit b748bf:
practicalswift:
ACK b748bf6f50dda6bb57eadf697edc320b2695e01a
fanquake:
ACK b748bf6f50
Tree-SHA512: 9add7044643ce015e0a44d8b27a3f300d72c485ffff550fb6491a17f14528085289ec5caddfe02f291ea9b2cded38a0dd3079652a054e2d7fe2ff4f7b53db5d7
This commit is contained in:
parent
26449bcccf
commit
53b2f81892
@ -6,7 +6,7 @@
|
||||
|
||||
export LC_ALL=C
|
||||
|
||||
travis_retry pip install codespell==1.13.0
|
||||
travis_retry pip install codespell==1.15.0
|
||||
travis_retry pip install flake8==3.5.0
|
||||
travis_retry pip install vulture==0.29
|
||||
travis_retry pip3 install yq
|
||||
|
@ -16,7 +16,7 @@ RUN apt-get update && apt-get install $APT_ARGS python3-pip python3-setuptools &
|
||||
RUN pip3 install pyzmq # really needed?
|
||||
RUN pip3 install jinja2
|
||||
RUN pip3 install flake8==3.5.0
|
||||
RUN pip3 install codespell==1.13.0
|
||||
RUN pip3 install codespell==1.15.0
|
||||
RUN pip3 install vulture==0.29
|
||||
RUN pip3 install yq
|
||||
|
||||
|
@ -286,7 +286,7 @@ thread](https://askubuntu.com/questions/50145/how-to-install-perf-monitoring-too
|
||||
for specific instructions.
|
||||
|
||||
Certain kernel parameters may need to be set for perf to be able to inspect the
|
||||
running process' stack.
|
||||
running process's stack.
|
||||
|
||||
```sh
|
||||
$ sudo sysctl -w kernel.perf_event_paranoid=-1
|
||||
|
@ -594,7 +594,7 @@ BOOST_AUTO_TEST_CASE(poly1305_testvector)
|
||||
|
||||
BOOST_AUTO_TEST_CASE(hkdf_hmac_sha256_l32_tests)
|
||||
{
|
||||
// Use rfc5869 test vectors but trucated to 32 bytes (our implementation only support length 32)
|
||||
// Use rfc5869 test vectors but truncated to 32 bytes (our implementation only support length 32)
|
||||
TestHKDF_SHA256_32(
|
||||
/* IKM */ "0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b",
|
||||
/* salt */ "000102030405060708090a0b0c",
|
||||
|
@ -413,7 +413,7 @@ public:
|
||||
TorController(struct event_base* base, const std::string& target);
|
||||
~TorController();
|
||||
|
||||
/** Get name for file to store private key in */
|
||||
/** Get name of file to store private key in */
|
||||
fs::path GetPrivateKeyFile();
|
||||
|
||||
/** Reconnect, after getting disconnected */
|
||||
|
@ -3,7 +3,13 @@ hights
|
||||
mor
|
||||
mut
|
||||
objext
|
||||
unparseable
|
||||
unselect
|
||||
useable
|
||||
setban
|
||||
wit
|
||||
unparseable
|
||||
copyable
|
||||
cachable
|
||||
errorstring
|
||||
keyserver
|
||||
homogenous
|
||||
|
Loading…
Reference in New Issue
Block a user