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>
This commit is contained in:
Eugen Hristev via libcamera-devel 2021-12-28 16:51:43 +02:00 committed by Laurent Pinchart
parent 22b61a4f30
commit 030e6f389e

View file

@ -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 libcamera provides a complete camera stack for Linux based systems to abstract
functionality desired by camera application developers and process the 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. desireable results from the camera.
.. _Video for Linux 2: https://www.linuxtv.org/downloads/v4l-dvb-apis-new/userspace-api/v4l/v4l2.html .. _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 While offering a unified API towards upper layers, and presenting itself as a
single library, libcamera isnt monolithic. It exposes multiple components single library, libcamera isnt monolithic. It exposes multiple components
through its public API and is built around a set of separate helpers internally. through its public API and is built around a set of separate helpers internally.
Hardware abstractractions are handled through the use of device-specific Hardware abstractions are handled through the use of device-specific components
components where required and dynamically loadable plugins are used to separate where required and dynamically loadable plugins are used to separate image
image processing algorithms from the core libcamera codebase. 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 API are an independent work of the authors and have no license restrictions
imposed upon them from libcamera. imposed upon them from libcamera.
.. _LGPL-2.1-or-later: https://spdx.org/licenses/LGPL-2.1-or-later.html .. _LGPL-2.1-or-later: https://spdx.org/licenses/LGPL-2.1-or-later.html