[PATCH] Documentation: guides: introduction: fix typos

Eugen Hristev eugen.hristev at microchip.com
Tue Dec 28 15:51:43 CET 2021


Fix typos.

Signed-off-by: Eugen Hristev <eugen.hristev at microchip.com>
---

Found during reading.
Last line is unchanged, but Git puts it in the patch due to missing newline
at end of file.


 Documentation/guides/introduction.rst | 10 +++++-----
 1 file 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
-- 
2.25.1



More information about the libcamera-devel mailing list