[libcamera-devel] Documentation: Fix trivial spelling error.

Message ID 20190710114738.32077-1-kieran.bingham@ideasonboard.com
State Accepted
Commit 6a27bd33879970e182949ad2010687886d2dc671
Headers show
Series
  • [libcamera-devel] Documentation: Fix trivial spelling error.
Related show

Commit Message

Kieran Bingham July 10, 2019, 11:47 a.m. UTC
harware -> hardware

Reported-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
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(-)

Comments

Laurent Pinchart July 10, 2019, 11:49 a.m. UTC | #1
Hi Kieran,

Thank you for the patch.

On Wed, Jul 10, 2019 at 12:47:38PM +0100, Kieran Bingham wrote:
>  harware -> hardware
> 
> Reported-by: Hans Verkuil <hverkuil@xs4all.nl>
> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
> 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.
Niklas Söderlund July 10, 2019, 11:50 a.m. UTC | #2
Hi Kieran,

Thanks for your patch.

On 2019-07-10 12:47:38 +0100, Kieran Bingham wrote:
>  harware -> hardware
> 
> Reported-by: Hans Verkuil <hverkuil@xs4all.nl>
> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>

> ---
> 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.
> -- 
> 2.20.1
> 
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel@lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel
Kieran Bingham July 10, 2019, 12:05 p.m. UTC | #3
On 10/07/2019 12:47, Kieran Bingham wrote:
>  harware -> hardware
> 
> Reported-by: Hans Verkuil <hverkuil@xs4all.nl>
> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

Pushed with tags collected and spurious period removed from the end of
the title.

Thanks for the report Hans, it will be updated in tonight's automated
build of the website.

--
Kieran


> ---
> 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.
>

Patch

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.