Fixed typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-06-01 21:29:41 +00:00
parent be698f5030
commit 2ef5a0b05e

View File

@ -31,7 +31,7 @@ of 2D objects. (This version is deprecated, please use wx.lib.ogl instead.)"
%pythoncode {
import warnings
warnings.warn("This module is deprecated. Please use the wx.lib.ogl pacakge instead.",
warnings.warn("This module is deprecated. Please use the wx.lib.ogl package instead.",
DeprecationWarning, stacklevel=2)
}
@ -156,7 +156,10 @@ enum {
//---------------------------------------------------------------------------
MustHaveApp(wxOGLInitialize);
void wxOGLInitialize();
MustHaveApp(wxOGLCleanUp);
void wxOGLCleanUp();