]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/samples/embedded/embedded.cpp
added renderer.h/.cpp
[wxWidgets.git] / wxPython / samples / embedded / embedded.cpp
index 36ccdefc792c0bc0158c98a4242b9c2ca7d9ff81..c3766e20b03007cc7c6fd2527b353b96f3ea9e60 100644 (file)
@@ -212,7 +212,7 @@ wxWindow* MyFrame::DoPythonStuff(wxWindow* parent)
     // More complex embedded situations will require passing C++ objects to
     // Python and/or returning objects from Python to be used in C++.  This
     // sample shows one way to do it.  NOTE: The above code could just have
-    // easily come from a file, or the whole thing coupld be in the Python
+    // easily come from a file, or the whole thing could be in the Python
     // module that is imported and manipulated directly in this C++ code.  See
     // the Python API for more details.