aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PerLine.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/PerLine.cxx
parent878a934343d10fb3f5412c06522db2f46570c1bb (diff)
downloadscintilla-mirror-808e00138126f7ce571fd905498dba6614c16278.tar.gz
Backport: Fix spelling mistakes.
Backport of changeset 8028:78a688809e75.
Diffstat (limited to 'src/PerLine.cxx')
-rw-r--r--src/PerLine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PerLine.cxx b/src/PerLine.cxx
index e67426ae7..33e6aabf1 100644
--- a/src/PerLine.cxx
+++ b/src/PerLine.cxx
@@ -204,7 +204,7 @@ void LineLevels::InsertLine(Sci::Line line) {
void LineLevels::RemoveLine(Sci::Line line) {
if (levels.Length()) {
// Move up following lines but merge header flag from this line
- // to line before to avoid a temporary disappearence causing expansion.
+ // to line before to avoid a temporary disappearance causing expansion.
int firstHeader = levels[line] & SC_FOLDLEVELHEADERFLAG;
levels.Delete(line);
if (line == levels.Length()-1) // Last line loses the header flag