mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Fix tiny typo in PortExportChannelSelector error text
This commit is contained in:
parent
54caccf159
commit
ecd37a5c2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue