[libcamera-devel,5/5] Documentation: application-developer: Fix up spelling error
diff mbox series

Message ID 20210825102937.3740405-6-kieran.bingham@ideasonboard.com
State Accepted
Headers show
Series
  • application-developer: Clean up
Related show

Commit Message

Kieran Bingham Aug. 25, 2021, 10:29 a.m. UTC
Fix a minor spelling error.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 Documentation/guides/application-developer.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart Aug. 25, 2021, 7:27 p.m. UTC | #1
Hi Kieran,

Thank you for the patch.

On Wed, Aug 25, 2021 at 11:29:37AM +0100, Kieran Bingham wrote:
> Fix a minor spelling error.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

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

> ---
>  Documentation/guides/application-developer.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/guides/application-developer.rst b/Documentation/guides/application-developer.rst
> index 5f43af9e5a7a..84c3d95608ab 100644
> --- a/Documentation/guides/application-developer.rst
> +++ b/Documentation/guides/application-developer.rst
> @@ -419,7 +419,7 @@ and the bytes used, as described in the `FrameMetadata`_ documentation.
>         const FrameMetadata &metadata = buffer->metadata();
>     }
>  
> -For this example application, inside the ``for`` loop from above, we ca print
> +For this example application, inside the ``for`` loop from above, we can print
>  the Frame sequence number and details of the planes.
>  
>  .. code:: cpp

Patch
diff mbox series

diff --git a/Documentation/guides/application-developer.rst b/Documentation/guides/application-developer.rst
index 5f43af9e5a7a..84c3d95608ab 100644
--- a/Documentation/guides/application-developer.rst
+++ b/Documentation/guides/application-developer.rst
@@ -419,7 +419,7 @@  and the bytes used, as described in the `FrameMetadata`_ documentation.
        const FrameMetadata &metadata = buffer->metadata();
    }
 
-For this example application, inside the ``for`` loop from above, we ca print
+For this example application, inside the ``for`` loop from above, we can print
 the Frame sequence number and details of the planes.
 
 .. code:: cpp