From fb7208397533b73b2b8e3bada936a83161235a4a Mon Sep 17 00:00:00 2001 From: Umang Jain Date: Tue, 1 Jul 2025 15:38:02 +0530 Subject: [PATCH] camera: Fix spell error Correct 'CameraConfigutation' spell error to 'CameraConfiguration'. Signed-off-by: Umang Jain Reviewed-by: Jacopo Mondi Reviewed-by: Kieran Bingham Signed-off-by: Kieran Bingham --- 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 c180a5fdd..b4f9d2433 100644 --- a/src/libcamera/camera.cpp +++ b/src/libcamera/camera.cpp @@ -488,7 +488,7 @@ std::size_t CameraConfiguration::size() const * * \return A CameraConfiguration::Status value that describes the validation * status. - * \retval CameraConfigutation::Adjusted The configuration has been adjusted + * \retval CameraConfiguration::Adjusted The configuration has been adjusted * and is now valid. The color space of some or all of the streams may have * been changed. The caller shall check the color spaces carefully. * \retval CameraConfiguration::Valid The configuration was already valid and