From patchwork Tue Dec 28 14:51:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Eugen.Hristev@microchip.com X-Patchwork-Id: 15224 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 0BAB3BF415 for ; Tue, 28 Dec 2021 14:51:58 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 14FD86090D; Tue, 28 Dec 2021 15:51:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1640703117; bh=p4O+0Uak7F/m4tEWbdtQwzN4O0GPjs/lzn2l24JLjF4=; h=To:Date:List-Id:List-Post:From:List-Subscribe:List-Unsubscribe: List-Archive:Reply-To:List-Help:Subject:From; b=uhjBPFUCQPeu6d3F0DKgHYpn62+QMO/HY0gtHdXAEDvLUBVcNxM7kZaG519X8bcwe pskA4bIQANlgMemUuKD7mL9Jh+nJFVnX/6dpXR8xNtTRZEv/+x+q2GRpR3VO9tCdim TDdDX9suchoLzKmZew/QPMIuuuhZl7hkCSYcqfhcAsDmhBPxzWZcfq3jh5agUpVD1d lbjcmmUL9zu0qJqrOD6TBkZzr9CBP2OsM7V9JMkxEYrXzfM+6nOBZ82mvRPeGBN4O2 myH0YNQ0wdX483rPMJUMudSeeK000BIsB8qFnqigIKbEIUyX4oJZ/Jmi4fkP1YFVsH VwX0dP9f4F6dg== To: Date: Tue, 28 Dec 2021 16:51:43 +0200 MIME-Version: 1.0 Message-ID: List-Id: List-Post: X-Patchwork-Original-From: Eugen Hristev via libcamera-devel From: Eugen.Hristev@microchip.com Precedence: list X-Mailman-Version: 2.1.29 X-BeenThere: libcamera-devel@lists.libcamera.org List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: Eugen Hristev List-Help: Subject: [libcamera-devel] [PATCH] Documentation: guides: introduction: fix typos Content-Disposition: inline Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Fix typos. Signed-off-by: Eugen Hristev Reviewed-by: Jacopo Mondi --- 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