No changes, just fix a typo in a recently added comment

This commit is contained in:
Vadim Zeitlin
2017-06-21 19:07:13 +02:00
parent 58d940690a
commit 24f3ff3b78

View File

@@ -45,7 +45,7 @@ struct WXDLLIMPEXP_BASE wxStringOperationsWchar
{ return i1 - i2; }
#if wxUSE_UNICODE_UTF16
// encodes th characters as UTF-16:
// encodes the characters as UTF-16:
struct Utf16CharBuffer
{
Utf16CharBuffer() : data() {}