summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/unicode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/unicode.cpp')
-rw-r--r--src/lib/util/unicode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util/unicode.cpp b/src/lib/util/unicode.cpp
index ed0f336d275..bd0414a4612 100644
--- a/src/lib/util/unicode.cpp
+++ b/src/lib/util/unicode.cpp
@@ -470,7 +470,7 @@ std::string normalize_unicode(const char *s, size_t length, unicode_normalizatio
//-------------------------------------------------
// uchar_toupper - uses utf8proc to convert to
-// upper case
+// upper case
//-------------------------------------------------
char32_t uchar_toupper(char32_t ch)
@@ -481,7 +481,7 @@ char32_t uchar_toupper(char32_t ch)
//-------------------------------------------------
// uchar_tolower - uses utf8proc to convert to
-// lower case
+// lower case
//-------------------------------------------------
char32_t uchar_tolower(char32_t ch)