From: Michael Wetherell Date: Mon, 8 Aug 2005 22:05:05 +0000 (+0000) Subject: Comment typo fixes from Vince Harron X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8b9e1f439b5210075d262c3b3c730315326facf7 Comment typo fixes from Vince Harron git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/strconv.h b/include/wx/strconv.h index 6919583e8d..2a15573732 100644 --- a/include/wx/strconv.h +++ b/include/wx/strconv.h @@ -166,7 +166,7 @@ public: }; // ---------------------------------------------------------------------------- -// wxMBConvUCS4LE (for conversion using UTF32 Little Endian encoding) +// wxMBConvUTF32LE (for conversion using UTF32 Little Endian encoding) // ---------------------------------------------------------------------------- class WXDLLIMPEXP_BASE wxMBConvUTF32LE : public wxMBConv @@ -177,7 +177,7 @@ public: }; // ---------------------------------------------------------------------------- -// wxMBConvUCS4BE (for conversion using UTF32 Big Endian encoding) +// wxMBConvUTF32BE (for conversion using UTF32 Big Endian encoding) // ---------------------------------------------------------------------------- class WXDLLIMPEXP_BASE wxMBConvUTF32BE : public wxMBConv diff --git a/tests/fontmap/fontmaptest.cpp b/tests/fontmap/fontmaptest.cpp index c5aa0a8d45..7961eda949 100644 --- a/tests/fontmap/fontmaptest.cpp +++ b/tests/fontmap/fontmaptest.cpp @@ -91,7 +91,7 @@ void FontMapperTestCase::NamesAndDesc() static const wxChar *descriptions[] = { - // some vali charsets + // some valid charsets _T("Default encoding" ), _T("Western European (ISO-8859-1)" ), _T("Indian (ISO-8859-12)" ),