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:
parent
acae9a9fd2
commit
b82fac15c4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue