diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-08-24 16:14:11 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-08-25 21:35:03 +0100 |
commit | e89d8c7e503a6c88ed998c757ebade45f7a3f4ff (patch) | |
tree | 29ce0c6faeb02c0bc9f2e07777cd36dabafb4374 /Documentation/guides | |
parent | 6b9645d89421d0415dfa2296a6a264125a322422 (diff) |
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>
Diffstat (limited to 'Documentation/guides')
-rw-r--r-- | Documentation/guides/application-developer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |