From 3f8bcc1a365f07a8b2e86dc0053801e6ad39ab0d Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Sat, 11 Feb 2023 22:59:14 +0100 Subject: Documentation: Small typo fix Out should really be output. Signed-off-by: Pavel Machek Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- 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 1b2d7727..c46d3362 100644 --- a/Documentation/guides/application-developer.rst +++ b/Documentation/guides/application-developer.rst @@ -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 -------------------- -- cgit v1.2.1