mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 11:11:15 +02:00
script: update flake8 to 6.1.0
and touch up the spelling returned by lint-spelling.py
This commit is contained in:
@ -85,7 +85,7 @@ public:
|
||||
std::string desc;
|
||||
desc.reserve(mocked_desc.size());
|
||||
|
||||
// Replace all occurences of '%' followed by two hex characters with the corresponding key.
|
||||
// Replace all occurrences of '%' followed by two hex characters with the corresponding key.
|
||||
for (size_t i = 0; i < mocked_desc.size();) {
|
||||
if (mocked_desc[i] == '%') {
|
||||
if (i + 3 >= mocked_desc.size()) return {};
|
||||
|
Reference in New Issue
Block a user