From: Ryan Norton Date: Fri, 12 Nov 2004 09:53:47 +0000 (+0000) Subject: spelling X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7a5cebca9be1e333492c4001ce10315119ae50fc?ds=inline spelling git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/defs.h b/include/wx/defs.h index 3221c07d10..a5d6fecb4e 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -62,7 +62,7 @@ /* suppress some Visual C++ warnings */ #ifdef __VISUALC__ - /* the only "real" warning here is 4244 but there arej ust too many of them */ + /* the only "real" warning here is 4244 but there are just too many of them */ /* in our code... one day someone should go and fix them but until then... */ # pragma warning(disable:4201) /* nonstandard extension used: nameless struct/union */ # pragma warning(disable:4244) /* conversion from double to float */ @@ -1887,7 +1887,7 @@ enum wxKeyCode WXK_SPACE = 32, WXK_DELETE = 127, - /* There are by design not compatable with unicode characters. + /* These are, by design, not compatable with unicode characters. If you want to get a unicode character from a key event, use wxKeyEvent::GetUnicodeKey instead. */ WXK_START = 300,