diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2019-07-10 11:53:18 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2019-07-10 13:03:31 +0100 |
commit | 6a27bd33879970e182949ad2010687886d2dc671 (patch) | |
tree | 52c4642750c5074f7de8e1cf40b6893fc9be020a | |
parent | c4281ba3bb02f883a9c0980128cfbf3c445e9d89 (diff) |
Documentation: Fix trivial spelling error
harware -> hardware
Reported-by: Hans Verkuil <hverkuil@xs4all.nl>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-rw-r--r-- | Documentation/docs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/docs.rst b/Documentation/docs.rst index c3e24bb9..cc621a49 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. |