]> git.saurik.com Git - wxWidgets.git/commitdiff
Comment typo fixes from Vince Harron
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 8 Aug 2005 22:05:05 +0000 (22:05 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 8 Aug 2005 22:05:05 +0000 (22:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/strconv.h
tests/fontmap/fontmaptest.cpp

index 6919583e8d52b8ec09776340a70fc4afd75840b8..2a155737324848fc26768633f4b10798d465cd2b 100644 (file)
@@ -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
index c5aa0a8d45cc2be7d2bda7e88dfde362aba13f31..7961eda949089fbab49d3adafd762081fbf07c56 100644 (file)
@@ -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)"              ),