From 5057e2360a5c7edd43b2a6cada2493f5a6caecc9 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sun, 20 Dec 2020 03:50:52 -0500 Subject: [PATCH] fix a comment --- src/AdornedRulerPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AdornedRulerPanel.cpp b/src/AdornedRulerPanel.cpp index dc7ce5fc3..466f258f5 100644 --- a/src/AdornedRulerPanel.cpp +++ b/src/AdornedRulerPanel.cpp @@ -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 ); }