Comment typo.
authorCarl Hetherington <cth@carlh.net>
Wed, 17 Aug 2016 08:51:57 +0000 (09:51 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 17 Aug 2016 08:51:57 +0000 (09:51 +0100)
src/wx/audio_mapping_view.cc

index 0833eadde25c5fce10215772169d780a8162b1a2..9f1688cdf3ea469b37171963240e3108dd05928d 100644 (file)
@@ -360,7 +360,7 @@ AudioMappingView::setup_sizes ()
        _grid->AutoSize ();
        _left_labels->SetMinSize (wxSize (LEFT_WIDTH, _grid->GetSize().GetHeight()));
        _top_labels->SetMinSize (wxSize (_grid->GetSize().GetWidth() + LEFT_WIDTH, top_height));
-       /* Try to make the _top_labels 'actua' size respect the minimum we just set */
+       /* Try to make the _top_labels 'actual' size respect the minimum we just set */
        _top_labels->Fit ();
        _left_labels->Refresh ();
        _top_labels->Refresh ();