mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Fix lots of misspelled words
This commit is contained in:
@@ -185,7 +185,7 @@ void MyFrame::OnPyFrame(wxCommandEvent& event)
|
||||
|
||||
|
||||
// First, whenever you do anything with Python objects or code, you
|
||||
// *MUST* aquire the Global Interpreter Lock and block other
|
||||
// *MUST* acquire the Global Interpreter Lock and block other
|
||||
// Python threads from running.
|
||||
wxPyBlock_t blocked = wxPyBeginBlockThreads();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user