aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CharClassify.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-03-26 09:28:15 +1100
committerNeil <nyamatongwe@gmail.com>2020-03-26 09:28:15 +1100
commit808e00138126f7ce571fd905498dba6614c16278 (patch)
tree8e6fd9ed479c7a2a12ec73fed9bff305806986ff /src/CharClassify.cxx
parent878a934343d10fb3f5412c06522db2f46570c1bb (diff)
downloadscintilla-mirror-808e00138126f7ce571fd905498dba6614c16278.tar.gz
Backport: Fix spelling mistakes.
Backport of changeset 8028:78a688809e75.
Diffstat (limited to 'src/CharClassify.cxx')
-rw-r--r--src/CharClassify.cxx2
1 files changed, 1 insertions, 1 deletions
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<unsigned char>(newCharClass);