Fix tiny typo in PortExportChannelSelector error text

This commit is contained in:
Colin Fletcher 2015-06-06 15:14:20 +01:00
parent 54caccf159
commit ecd37a5c2f
1 changed files with 1 additions and 1 deletions

View 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();