From: Vadim Zeitlin Date: Wed, 28 Nov 2007 13:57:10 +0000 (+0000) Subject: typo fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1bd01c51622ff35ec5a6072db767dd2b94e7d3bf?ds=sidebyside typo fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/dataview.h b/include/wx/mac/dataview.h index 8c19056781..ffae4f69ea 100644 --- a/include/wx/mac/dataview.h +++ b/include/wx/mac/dataview.h @@ -1,5 +1,5 @@ #ifdef __WXMAC_CLASSIC__ -# error "Native wxDataViewCtrl for classis environment not defined. Please use generic control." +# error "Native wxDataViewCtrl for classic environment not defined. Please use generic control." #else # include "wx/mac/carbon/dataview.h" -#endif \ No newline at end of file +#endif