1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2024-12-24 10:50:26 -05:00

Update cvocodecs.cpp

'availables' correctly changed to 'available' for correct English
This commit is contained in:
Adrian Fewster 2018-06-03 23:38:54 +10:00 committed by GitHub
parent 5f26192fab
commit 10d56ae843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ bool CVocodecs::Init(void)
if ( ok ) 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 else
{ {