Comment typo fixes from Vince Harron

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-08-08 22:05:05 +00:00
parent 1fc0b5afe7
commit 8b9e1f439b
2 changed files with 3 additions and 3 deletions

View 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 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 class WXDLLIMPEXP_BASE wxMBConvUTF32BE : public wxMBConv

View File

@@ -91,7 +91,7 @@ void FontMapperTestCase::NamesAndDesc()
static const wxChar *descriptions[] = static const wxChar *descriptions[] =
{ {
// some vali charsets // some valid charsets
_T("Default encoding" ), _T("Default encoding" ),
_T("Western European (ISO-8859-1)" ), _T("Western European (ISO-8859-1)" ),
_T("Indian (ISO-8859-12)" ), _T("Indian (ISO-8859-12)" ),