summaryrefslogtreecommitdiff
path: root/src/libcamera/camera.cpp
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2019-02-02 00:22:11 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2019-02-04 16:42:45 +0100
commitb82fac15c40a22f9dd15f5bd3d20e6730027a9df (patch)
treee5c645b995bbbea5deb38b8928ce8a2a2030e0e7 /src/libcamera/camera.cpp
parentacae9a9fd2fa04c77d3c131696ec5a7e0b6a66db (diff)
libcamera: camera: Fix spelling error
Fix a small typo in the camera object documentation. cameera -> camera Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/libcamera/camera.cpp')
-rw-r--r--src/libcamera/camera.cpp2
1 files changed, 1 insertions, 1 deletions
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.
*