mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
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
This commit is contained in:
@@ -239,7 +239,7 @@ bool CNetAddr::IsLocal() const
|
||||
* be used to refer to an actual host.
|
||||
*
|
||||
* @note A valid address may or may not be publicly routable on the global
|
||||
* internet. As in, the set of valid addreses is a superset of the set of
|
||||
* internet. As in, the set of valid addresses is a superset of the set of
|
||||
* publicly routable addresses.
|
||||
*
|
||||
* @see CNetAddr::IsRoutable()
|
||||
@@ -287,7 +287,7 @@ bool CNetAddr::IsValid() const
|
||||
* @returns Whether or not this network address is publicly routable on the
|
||||
* global internet.
|
||||
*
|
||||
* @note A routable address is always valid. As in, the set of routable addreses
|
||||
* @note A routable address is always valid. As in, the set of routable addresses
|
||||
* is a subset of the set of valid addresses.
|
||||
*
|
||||
* @see CNetAddr::IsValid()
|
||||
|
||||
Reference in New Issue
Block a user