summaryrefslogtreecommitdiffstats
path: root/src/base/SegmentNotationHelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/SegmentNotationHelper.cpp')
-rw-r--r--src/base/SegmentNotationHelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/SegmentNotationHelper.cpp b/src/base/SegmentNotationHelper.cpp
index a6c8ab8..33dfe70 100644
--- a/src/base/SegmentNotationHelper.cpp
+++ b/src/base/SegmentNotationHelper.cpp
@@ -1767,7 +1767,7 @@ SegmentNotationHelper::removeRests(timeT time, timeT &duration, bool testOnly)
segment().erase(from, to);
// we must defer calling makeRestViable() until after erase,
- // because it will invalidate 'to'
+ // because it will tqinvalidate 'to'
//
if (checkLastRest) makeRestViable(lastEvent);