diff options
author | Eugen Hristev via libcamera-devel <libcamera-devel@lists.libcamera.org> | 2021-12-28 16:51:43 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-12-29 21:35:26 +0200 |
commit | 030e6f389e2d0fa3f10a47634f3609378ccaf70e (patch) | |
tree | 393ee2e8319c421ed63766cdca0662de81207391 /Documentation/guides | |
parent | 22b61a4f3054089090f62cb8acaa6b96aae79903 (diff) |
Documentation: guides: introduction: Fix typos
Fix typos.
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Documentation/guides')
-rw-r--r-- | Documentation/guides/introduction.rst | 10 |
1 files changed, 5 insertions, 5 deletions
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 |