mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix spelling error
This commit is contained in:
parent
78268001c4
commit
b46d2319b1
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ bool SafeLanding::isSequenceNumbersComplete() {
|
|||
&& endIter != _sequenceNumbers.end()
|
||||
&& distance(startIter, endIter) == sequenceSize - 1)) {
|
||||
_trackingEntities = false; // Don't track anything else that comes in.
|
||||
returnm true;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue