summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-17 09:51:57 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-17 09:51:57 +0100
commit102c41ceb089d9038beff0850dbe1a40a2aeae48 (patch)
tree704ae6c77fe1fda270189b41be45b1ceff8a4905 /src
parent55861a0b4ad4270f80b8d1ae10230cf2ebb25735 (diff)
Comment typo.
Diffstat (limited to 'src')
-rw-r--r--src/wx/audio_mapping_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_mapping_view.cc b/src/wx/audio_mapping_view.cc
index 0833eadde..9f1688cdf 100644
--- a/src/wx/audio_mapping_view.cc
+++ b/src/wx/audio_mapping_view.cc
@@ -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 ();