1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

fix a comment

This commit is contained in:
Paul Licameli 2020-12-20 03:50:52 -05:00
parent 1041bb0e21
commit 5057e2360a

View File

@ -951,7 +951,7 @@ AdornedRulerPanel::AdornedRulerPanel(AudacityProject* project,
mViewInfo->selectedRegion.Bind(EVT_SELECTED_REGION_CHANGE,
&AdornedRulerPanel::OnSelectionChange, this);
// And call it once to inititalize it
// And call it once to initialize it
DoSelectionChange( mViewInfo->selectedRegion );
}