mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Fix minor typos
This commit is contained in:
committed by
James Crook
parent
f420a546a0
commit
d1ada5f08c
@@ -309,7 +309,7 @@ void UndoManager::PushState(const TrackList * l,
|
||||
RemoveStateAt(i);
|
||||
}
|
||||
|
||||
// Assume tags was duplicted before any changes.
|
||||
// Assume tags was duplicated before any changes.
|
||||
// Just save a NEW shared_ptr to it.
|
||||
stack.push_back(
|
||||
std::make_unique<UndoStackElem>
|
||||
|
||||
Reference in New Issue
Block a user