diff --git a/wxPython/BUILD.osx.txt b/wxPython/BUILD.osx.txt index ce59e69df6..afb0bc074c 100644 --- a/wxPython/BUILD.osx.txt +++ b/wxPython/BUILD.osx.txt @@ -33,7 +33,7 @@ get things from various CVS repositories as needed. 3. Run configure from that build directory. cd build - ../configure --with-mac + ../configure --with-mac \ --with-opengl \ --enable-geometry \ --enable-optimise \ diff --git a/wxPython/samples/embedded/embedded.cpp b/wxPython/samples/embedded/embedded.cpp index 0a3dc40d07..5fd7d9ec40 100644 --- a/wxPython/samples/embedded/embedded.cpp +++ b/wxPython/samples/embedded/embedded.cpp @@ -173,7 +173,7 @@ void MyFrame::OnPyFrame(wxCommandEvent& event) // C++ code in any way, you can execute it with PyRun_SimpleString. - // First, whenever you do anyting with Python objects or code, you + // First, whenever you do anything with Python objects or code, you // *MUST* aquire the Global Interpreter Lock and block other // Python threads from running. wxPyBeginBlockThreads();