mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Fix typos discovered by codespell
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user