From 808e00138126f7ce571fd905498dba6614c16278 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 26 Mar 2020 09:28:15 +1100 Subject: Backport: Fix spelling mistakes. Backport of changeset 8028:78a688809e75. --- src/CharClassify.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CharClassify.cxx') diff --git a/src/CharClassify.cxx b/src/CharClassify.cxx index 5ae47a2ef..eb40a89c2 100644 --- a/src/CharClassify.cxx +++ b/src/CharClassify.cxx @@ -34,7 +34,7 @@ void CharClassify::SetDefaultCharClasses(bool includeWordClass) { } void CharClassify::SetCharClasses(const unsigned char *chars, cc newCharClass) { - // Apply the newCharClass to the specifed chars + // Apply the newCharClass to the specified chars if (chars) { while (*chars) { charClass[*chars] = static_cast(newCharClass); -- cgit v1.2.3