summaryrefslogtreecommitdiff
path: root/src/libcamera/camera_manager.cpp
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-10-04 00:19:15 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-10-04 18:25:36 +0300
commitf102ea69cc6f85c7b79b7ee14e8a462e38bb3900 (patch)
treec85d10a10f28ea02da5d353d62998154dee40145 /src/libcamera/camera_manager.cpp
parent5d8ae4f488177f7e7b7aa27d1a5c9977b0bddfee (diff)
libcamera: camera_manager: Fix typo in the documentation
Fix a typo in the CameraManager documentation. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'src/libcamera/camera_manager.cpp')
-rw-r--r--src/libcamera/camera_manager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcamera/camera_manager.cpp b/src/libcamera/camera_manager.cpp
index 12cb5a0b..7c6f72bb 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
*/