[libcamera-devel] libcamera: camera_manager: Fix typo in the documentation

Message ID 20191003212317.14408-1-laurent.pinchart@ideasonboard.com
State Accepted
Commit f102ea69cc6f85c7b79b7ee14e8a462e38bb3900
Headers show
Series
  • [libcamera-devel] libcamera: camera_manager: Fix typo in the documentation
Related show

Commit Message

Laurent Pinchart Oct. 3, 2019, 9:23 p.m. UTC
Fix a typo in the CameraManager documentation.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 src/libcamera/camera_manager.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Jacopo Mondi Oct. 4, 2019, 8:41 a.m. UTC | #1
Hi Laurent

Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Thanks
  j

On Fri, Oct 04, 2019 at 12:23:17AM +0300, Laurent Pinchart wrote:
> Fix a typo in the CameraManager documentation.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
>  src/libcamera/camera_manager.cpp | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/libcamera/camera_manager.cpp b/src/libcamera/camera_manager.cpp
> index 12cb5a0be859..7c6f72bbe120 100644
> --- a/src/libcamera/camera_manager.cpp
> +++ b/src/libcamera/camera_manager.cpp
> @@ -156,7 +156,7 @@ void CameraManager::stop()
>   * \brief Retrieve all available cameras
>   *
>   * Before calling this function the caller is responsible for ensuring that
> - * the camera manger is running.
> + * the camera manager is running.
>   *
>   * \return List of all available cameras
>   */
> @@ -166,7 +166,7 @@ void CameraManager::stop()
>   * \param[in] name Name of camera to get
>   *
>   * Before calling this function the caller is responsible for ensuring that
> - * the camera manger is running.
> + * the camera manager is running.
>   *
>   * \return Shared pointer to Camera object or nullptr if camera not found
>   */
> --
> Regards,
>
> Laurent Pinchart
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel@lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel

Patch

diff --git a/src/libcamera/camera_manager.cpp b/src/libcamera/camera_manager.cpp
index 12cb5a0be859..7c6f72bbe120 100644
--- a/src/libcamera/camera_manager.cpp
+++ b/src/libcamera/camera_manager.cpp
@@ -156,7 +156,7 @@  void CameraManager::stop()
  * \brief Retrieve all available cameras
  *
  * Before calling this function the caller is responsible for ensuring that
- * the camera manger is running.
+ * the camera manager is running.
  *
  * \return List of all available cameras
  */
@@ -166,7 +166,7 @@  void CameraManager::stop()
  * \param[in] name Name of camera to get
  *
  * Before calling this function the caller is responsible for ensuring that
- * the camera manger is running.
+ * the camera manager is running.
  *
  * \return Shared pointer to Camera object or nullptr if camera not found
  */