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

Laurent Pinchart laurent.pinchart at ideasonboard.com
Thu Oct 3 23:23:17 CEST 2019


Fix a typo in the CameraManager documentation.

Signed-off-by: Laurent Pinchart <laurent.pinchart at 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



More information about the libcamera-devel mailing list