From 24f3ff3b787d17262e8ddf09fb5b1a3f41e4c7df Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 21 Jun 2017 19:07:13 +0200 Subject: [PATCH] No changes, just fix a typo in a recently added comment --- include/wx/stringops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/stringops.h b/include/wx/stringops.h index fd6695116f..740603e8f7 100644 --- a/include/wx/stringops.h +++ b/include/wx/stringops.h @@ -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() {}