aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PerLine.cxx
diff options
context:
space:
mode:
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 ed5e463d6..017eb77b8 100644
--- a/src/PerLine.cxx
+++ b/src/PerLine.cxx
@@ -205,7 +205,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