diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2020-05-19 14:54:38 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2020-05-19 14:54:38 +0100 |
commit | d0a2e4642ceeb5c30bb56d0484ef3bcb0e055533 (patch) | |
tree | 6f8e5eb55b838ca544b971f909a13b7b3e930ad9 | |
parent | 0c47413495b3fb1e0cbffc649e6ab542fa9f5a62 (diff) |
simple-cam: Fix trivial pluralisation
'a list of cameras'
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-rw-r--r-- | simple-cam.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |