From d0a2e4642ceeb5c30bb56d0484ef3bcb0e055533 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Tue, 19 May 2020 14:54:38 +0100 Subject: simple-cam: Fix trivial pluralisation 'a list of cameras' Signed-off-by: Kieran Bingham --- simple-cam.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simple-cam.cpp') diff --git a/simple-cam.cpp b/simple-cam.cpp index 312d4a9..ef852bf 100644 --- a/simple-cam.cpp +++ b/simple-cam.cpp @@ -61,7 +61,7 @@ int main() * in the system, by associating Pipeline Handlers with media entities * registered in the system. * - * The CameraManager provides a list of available Camera that + * The CameraManager provides a list of available Cameras that * applications can operate on. */ CameraManager *cm = new CameraManager(); -- cgit v1.2.1