Documentation: application-developer: Fix up spelling error

Fix a minor spelling error.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Kieran Bingham
2021-08-24 16:14:11 +01:00
parent 6b9645d894
commit e89d8c7e50

View File

@@ -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