From patchwork Wed Jul 10 11:47:38 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 1641 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 3030160C23 for ; Wed, 10 Jul 2019 13:47:43 +0200 (CEST) Received: from localhost.localdomain (cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 84B2D31C; Wed, 10 Jul 2019 13:47:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1562759262; bh=QUhtkPaxYQ5cZ4fmxgWj/nPRb0XHivx2tUhemLIJIOs=; h=From:To:Cc:Subject:Date:From; b=p7bp5QjpR+Khfjj1+OSUxPUu6Lz5+uPJ6A0hdBF9ncVjRGSRrkYslgDkwf03sJnV1 IiIE17sCL2zc0WKct1A/huPT1ujeYzVaGUv21pXvBQJiNR5kIrY/6WawXMDTmutiOh ldlzQjGkKUVwEtLY/CykWrYh78SKx7hMgr8+Xtzw= From: Kieran Bingham To: LibCamera Devel Date: Wed, 10 Jul 2019 12:47:38 +0100 Message-Id: <20190710114738.32077-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] Documentation: Fix trivial spelling error. X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2019 11:47:43 -0000 harware -> hardware Reported-by: Hans Verkuil Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart Reviewed-by: Niklas Söderlund --- One day, I'll get my patch spell checker in to checkstyle.py ... ;-D Documentation/docs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/docs.rst b/Documentation/docs.rst index c3e24bb9797c..cc621a49f412 100644 --- a/Documentation/docs.rst +++ b/Documentation/docs.rst @@ -379,5 +379,5 @@ features required by Android and missing from libcamera, such as JPEG encoding support. The Android camera HAL implementation will initially target the -LIMITED harware level, with support for the FULL level then being gradually +LIMITED hardware level, with support for the FULL level then being gradually implemented.