From e89d8c7e503a6c88ed998c757ebade45f7a3f4ff Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Tue, 24 Aug 2021 16:14:11 +0100 Subject: Documentation: application-developer: Fix up spelling error Fix a minor spelling error. Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- Documentation/guides/application-developer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/guides/application-developer.rst b/Documentation/guides/application-developer.rst index 11447643..462efe24 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 -- cgit v1.2.1