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
commit5e1f3c9b721f436cd60961af3df53734f10deedf (patch)
tree36499b447ce0b871aafdd1bd23716b120d70ed27 /src/CharClassify.cxx
parent46d00d15940a78ba6cd5fb5b884e08d0394c3abe (diff)
downloadscintilla-mirror-5e1f3c9b721f436cd60961af3df53734f10deedf.tar.gz
Fix spelling mistakes.
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);