Fix typos discovered by codespell

This commit is contained in:
Christian Clauss
2021-08-07 18:55:49 +02:00
parent 64e5d863f7
commit 25ba122168
155 changed files with 413 additions and 413 deletions

View File

@@ -74,7 +74,7 @@ inline void wxPyEndAllowThreads(PyThreadState* saved) {
// A macro that will help to execute simple statments wrapped in
// A macro that will help to execute simple statements wrapped in
// StartBlock/EndBlockThreads calls
#define wxPyBLOCK_THREADS(stmt) \
{ wxPyThreadBlocker _blocker; stmt; }