diff --git a/ambed/cvocodecs.cpp b/ambed/cvocodecs.cpp index 56f4bb4..3981e0a 100644 --- a/ambed/cvocodecs.cpp +++ b/ambed/cvocodecs.cpp @@ -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 {