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>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user