From bee2d57a655645dbfaf0242e85c5af034023a2fb Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Mon, 31 Jul 2023 12:10:06 -0600 Subject: script: update flake8 to 6.1.0 and touch up the spelling returned by lint-spelling.py --- src/test/fuzz/descriptor_parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/test/fuzz/descriptor_parse.cpp b/src/test/fuzz/descriptor_parse.cpp index b879b0d141..8ed659323c 100644 --- a/src/test/fuzz/descriptor_parse.cpp +++ b/src/test/fuzz/descriptor_parse.cpp @@ -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 {}; -- cgit v1.2.3