Merge pull request #92 from vk4tux/master

Update cvocodecs.cpp
This commit is contained in:
LX3JL 2018-06-04 08:19:31 +02:00 committed by GitHub
commit 1399eeb696
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
{ {