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>
This commit is contained in:
Kieran Bingham 2019-02-02 00:22:11 +01:00
parent acae9a9fd2
commit b82fac15c4

View file

@ -101,7 +101,7 @@ const std::string &Camera::name() const
* \var Camera::disconnected * \var Camera::disconnected
* \brief Signal emitted when the camera is disconnected from the system * \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 * removed from the system. For hot-pluggable devices this is usually caused by
* physical device disconnection. The media device is passed as a parameter. * physical device disconnection. The media device is passed as a parameter.
* *