mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 14:59:44 +03:00
camera: Fix spell error
Correct 'CameraConfigutation' spell error to 'CameraConfiguration'. Signed-off-by: Umang Jain <uajain@igalia.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
29a88d85b7
commit
fb72083975
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ std::size_t CameraConfiguration::size() const
|
||||||
*
|
*
|
||||||
* \return A CameraConfiguration::Status value that describes the validation
|
* \return A CameraConfiguration::Status value that describes the validation
|
||||||
* status.
|
* 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
|
* 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.
|
* been changed. The caller shall check the color spaces carefully.
|
||||||
* \retval CameraConfiguration::Valid The configuration was already valid and
|
* \retval CameraConfiguration::Valid The configuration was already valid and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue