Found some spelling errors while running spelling linter #21245
This PR fixes them.
Luckily spelling errors cannot cause CI to fail, so the CI failure in the issue you referenced was not spelling related :)
With that said: Cnocept AKC on fiixng the speling erorrs! :)
FWIW this is the error that did cause the referenced CI failure:
This diff appears to have added new lines with trailing whitespace.
The following changes were suspected:
diff --git a/src/core_io.h b/src/core_io.h
@@ -22,0 +23,7 @@ class CTxUndo;
+
^---- failure generated from test/lint/lint-whitespace.sh
With that said: Cnocept AKC on fiixng the speling erorrs! :)
:)
diff --git a/src/core_io.h b/src/core_io.h @@ -22,0 +23,7 @@ class CTxUndo; + ^---- failure generated from test/lint/lint-whitespace.sh
Turns out I wasn't able to capture this because I was using a custom diff tool with git 🤔
ACK fbbb2d4fc13971c98c83a51635166ac532e71a32 - I thought we just fixed all of these.