From b82fac15c40a22f9dd15f5bd3d20e6730027a9df Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Sat, 2 Feb 2019 00:22:11 +0100 Subject: libcamera: camera: Fix spelling error Fix a small typo in the camera object documentation. cameera -> camera Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- src/libcamera/camera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp index b8c6c8b2..bcf3d54a 100644 --- a/src/libcamera/camera.cpp +++ b/src/libcamera/camera.cpp @@ -101,7 +101,7 @@ const std::string &Camera::name() const * \var Camera::disconnected * \brief Signal emitted when the camera is disconnected from the system * - * This signal is emitted when libcamera detects that the cameera has been + * This signal is emitted when libcamera detects that the camera has been * removed from the system. For hot-pluggable devices this is usually caused by * physical device disconnection. The media device is passed as a parameter. * -- cgit v1.2.1