]> git.saurik.com Git - wxWidgets.git/commitdiff
typo fix
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 28 Nov 2007 13:57:10 +0000 (13:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 28 Nov 2007 13:57:10 +0000 (13:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/dataview.h

index 8c1905678192f5670d627203ea1801aad0e6d078..ffae4f69eaaeb546d15001a07f0cc951a93a539f 100644 (file)
@@ -1,5 +1,5 @@
 #ifdef __WXMAC_CLASSIC__
 #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"
 #else
 #  include "wx/mac/carbon/dataview.h"
-#endif
\ No newline at end of file
+#endif