[libcamera-devel,1/3] libcamera: camera: Fix documentation typo
diff mbox series

Message ID 20220724144355.104978-2-umang.jain@ideasonboard.com
State Accepted
Headers show
Series
  • gstreamer: Plumb initial colorimetry support
Related show

Commit Message

Umang Jain July 24, 2022, 2:43 p.m. UTC
Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
---
 src/libcamera/camera.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Laurent Pinchart July 26, 2022, 10:32 p.m. UTC | #1
Hi Umang,

Thank you for the patch.

On Sun, Jul 24, 2022 at 08:13:53PM +0530, Umang Jain via libcamera-devel wrote:
> Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
> ---
>  src/libcamera/camera.cpp | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp
> index 2a8ef60e..3910915c 100644
> --- a/src/libcamera/camera.cpp
> +++ b/src/libcamera/camera.cpp
> @@ -358,8 +358,8 @@ bool isRaw(const PixelFormat &pixFmt)
>   * \return A CameraConfiguration::Status value that describes the validation
>   * status.
>   * \retval CameraConfigutation::Adjusted The configuration has been adjusted
> - * and is now valid. The color space of some or all of the streams may bave
> - * benn changed. The caller shall check the color spaces carefully.
> + * and is now valid. The color space of some or all of the streams may have

It took me a while to see the s/b/h/

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

You can push this already.

> + * been changed. The caller shall check the color spaces carefully.
>   * \retval CameraConfiguration::Valid The configuration was already valid and
>   * hasn't been adjusted.
>   */

Patch
diff mbox series

diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp
index 2a8ef60e..3910915c 100644
--- a/src/libcamera/camera.cpp
+++ b/src/libcamera/camera.cpp
@@ -358,8 +358,8 @@  bool isRaw(const PixelFormat &pixFmt)
  * \return A CameraConfiguration::Status value that describes the validation
  * status.
  * \retval CameraConfigutation::Adjusted The configuration has been adjusted
- * and is now valid. The color space of some or all of the streams may bave
- * benn changed. The caller shall check the color spaces carefully.
+ * 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
  * hasn't been adjusted.
  */