From 10d56ae843b889b029233f5652ab5dd75a8dd40d Mon Sep 17 00:00:00 2001 From: Adrian Fewster Date: Sun, 3 Jun 2018 23:38:54 +1000 Subject: [PATCH] Update cvocodecs.cpp 'availables' correctly changed to 'available' for correct English --- ambed/cvocodecs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {