Update cvocodecs.cpp

'availables' correctly changed to 'available' for correct English
pull/92/head
Adrian Fewster 8 years ago committed by GitHub
parent 5f26192fab
commit 10d56ae843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save

Powered by TurnKey Linux.