Fix tiny typo in PortExportChannelSelector error text
authorColin Fletcher <colin.m.fletcher@googlemail.com>
Sat, 6 Jun 2015 14:14:20 +0000 (15:14 +0100)
committerColin Fletcher <colin.m.fletcher@googlemail.com>
Mon, 8 Jun 2015 13:42:24 +0000 (14:42 +0100)
gtk2_ardour/export_channel_selector.cc

index fcebdb003a51f2cf639ac5046fbe2d99e077eefb..023a11cab20073e1c8c569f3c07bc73fa580129a 100644 (file)
@@ -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<Channel>::iterator it = channels.begin();