From 1bd01c51622ff35ec5a6072db767dd2b94e7d3bf Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 28 Nov 2007 13:57:10 +0000 Subject: [PATCH] typo fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/dataview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.0