mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 16:43:52 +01:00
Fix minor typos
This commit is contained in:
committed by
James Crook
parent
f420a546a0
commit
d1ada5f08c
@@ -82,7 +82,7 @@ void OverlayPanel::DrawOverlays(bool repaint_all, wxDC *pDC)
|
||||
|
||||
if (!repaint_all) {
|
||||
// For each overlay that needs update, any other overlay whose
|
||||
// rectangle instersects it will also need update.
|
||||
// rectangle intersects it will also need update.
|
||||
bool done;
|
||||
do {
|
||||
done = true;
|
||||
|
||||
Reference in New Issue
Block a user