Message ID | 20210825102937.3740405-6-kieran.bingham@ideasonboard.com |
---|---|
State | Accepted |
Headers | show |
Series |
|
Related | show |
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
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
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(-)