From 030e6f389e2d0fa3f10a47634f3609378ccaf70e Mon Sep 17 00:00:00 2001 From: Eugen Hristev via libcamera-devel Date: Tue, 28 Dec 2021 16:51:43 +0200 Subject: Documentation: guides: introduction: Fix typos Fix typos. Signed-off-by: Eugen Hristev Reviewed-by: Laurent Pinchart Reviewed-by: Jacopo Mondi Signed-off-by: Laurent Pinchart --- Documentation/guides/introduction.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Documentation') diff --git a/Documentation/guides/introduction.rst b/Documentation/guides/introduction.rst index d3a42a23..e2091797 100644 --- a/Documentation/guides/introduction.rst +++ b/Documentation/guides/introduction.rst @@ -17,7 +17,7 @@ by vendors without a common architecture or API for application developers. libcamera provides a complete camera stack for Linux based systems to abstract functionality desired by camera application developers and process the -configuration of hardware and image control algorithms requried to obtain +configuration of hardware and image control algorithms required to obtain desireable results from the camera. .. _Video for Linux 2: https://www.linuxtv.org/downloads/v4l-dvb-apis-new/userspace-api/v4l/v4l2.html @@ -152,9 +152,9 @@ Architecture While offering a unified API towards upper layers, and presenting itself as a single library, libcamera isn’t monolithic. It exposes multiple components through its public API and is built around a set of separate helpers internally. -Hardware abstractractions are handled through the use of device-specific -components where required and dynamically loadable plugins are used to separate -image processing algorithms from the core libcamera codebase. +Hardware abstractions are handled through the use of device-specific components +where required and dynamically loadable plugins are used to separate image +processing algorithms from the core libcamera codebase. :: @@ -316,4 +316,4 @@ Applications which link dynamically against libcamera and use only the public API are an independent work of the authors and have no license restrictions imposed upon them from libcamera. -.. _LGPL-2.1-or-later: https://spdx.org/licenses/LGPL-2.1-or-later.html \ No newline at end of file +.. _LGPL-2.1-or-later: https://spdx.org/licenses/LGPL-2.1-or-later.html -- cgit v1.2.1