From b0fe03a6df20c9c5f5a5b4064f5970c395c8bbb1 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 15 Jan 2004 17:40:13 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@25186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/BUILD.osx.txt | 2 +- wxPython/samples/embedded/embedded.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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();