[libcamera-devel] libcamera: camera: Fix spelling error

Message ID 20190202082943.27611-1-kieran.bingham@ideasonboard.com
State Accepted
Commit b82fac15c40a22f9dd15f5bd3d20e6730027a9df
Headers show
Series
  • [libcamera-devel] libcamera: camera: Fix spelling error
Related show

Commit Message

Kieran Bingham Feb. 2, 2019, 8:29 a.m. UTC
Fix a small typo in the camera object documentation.

 cameera -> camera

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 src/libcamera/camera.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart Feb. 2, 2019, 6:08 p.m. UTC | #1
Hi Kieran,

Thank you for the patch.

On Sat, Feb 02, 2019 at 09:29:43AM +0100, Kieran Bingham wrote:
> Fix a small typo in the camera object documentation.
> 
>  cameera -> camera
> 
> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  src/libcamera/camera.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp
> index f2d8f9558c72..1e0946c17747 100644
> --- a/src/libcamera/camera.cpp
> +++ b/src/libcamera/camera.cpp
> @@ -102,7 +102,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.
>   *

Patch

diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp
index f2d8f9558c72..1e0946c17747 100644
--- a/src/libcamera/camera.cpp
+++ b/src/libcamera/camera.cpp
@@ -102,7 +102,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.
  *