Documentation: Small typo fix

Out should really be output.

Signed-off-by: Pavel Machek <pavel@ucw.cz>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Pavel Machek 2023-02-11 22:59:14 +01:00 committed by Laurent Pinchart
parent 2403f5141f
commit 3f8bcc1a36

View file

@ -5,7 +5,7 @@ Using libcamera in a C++ application
This tutorial shows how to create a C++ application that uses libcamera to
interface with a camera on a system, capture frames from it for 3 seconds, and
write metadata about the frames to standard out.
write metadata about the frames to standard output.
Application skeleton
--------------------