mirror of
https://github.com/ShaYmez/xlxd.git
synced 2024-12-23 10:05:48 -05:00
Update cvocodecs.cpp
'availables' correctly changed to 'available' for correct English
This commit is contained in:
parent
5f26192fab
commit
10d56ae843
@ -165,7 +165,7 @@ bool CVocodecs::Init(void)
|
||||
|
||||
if ( ok )
|
||||
{
|
||||
std::cout << "Codec interfaces initialized successfully : " << iNbCh << " channels availables" << std::endl;
|
||||
std::cout << "Codec interfaces initialized successfully : " << iNbCh << " channels available" << std::endl;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user