From ecd37a5c2f35c204ee6b766e85021e2996ff8dc7 Mon Sep 17 00:00:00 2001 From: Colin Fletcher Date: Sat, 6 Jun 2015 15:14:20 +0100 Subject: Fix tiny typo in PortExportChannelSelector error text --- gtk2_ardour/export_channel_selector.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/export_channel_selector.cc b/gtk2_ardour/export_channel_selector.cc index fcebdb003a..023a11cab2 100644 --- a/gtk2_ardour/export_channel_selector.cc +++ b/gtk2_ardour/export_channel_selector.cc @@ -154,7 +154,7 @@ PortExportChannelSelector::RouteCols::Channel & PortExportChannelSelector::RouteCols::get_channel (uint32_t channel) { if (channel > n_channels) { - std::cout << "Invalid channel cout for get_channel!" << std::endl; + std::cout << "Invalid channel count for get_channel!" << std::endl; } std::list::iterator it = channels.begin(); -- cgit v1.2.3