diff options
Diffstat (limited to 'src/base/SegmentNotationHelper.cpp')
-rw-r--r-- | src/base/SegmentNotationHelper.cpp | 2 |
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); |