diff options
author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | 2022-05-04 16:48:21 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-05-04 19:46:04 +0300 |
commit | f5f1cbbf397b4e879a3c9f517bb29edd41432eae (patch) | |
tree | 54b24ad00f5fd3ffcbd0032836ecd4732fd1e97d /Documentation/guides/introduction.rst | |
parent | c7dbb45ea617dcc89612d86044d9333b090d430d (diff) |
Documentation: Fix typos
A few typos made it to the docs, so let's fix them.
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Cc: Quentin Schulz <foss+libcamera@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Documentation/guides/introduction.rst')
-rw-r--r-- | Documentation/guides/introduction.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/guides/introduction.rst b/Documentation/guides/introduction.rst index d080679f..07f66881 100644 --- a/Documentation/guides/introduction.rst +++ b/Documentation/guides/introduction.rst @@ -221,7 +221,7 @@ Camera Device of producing one or more image streams, and provides the API to interact with the underlying device. - If a system has multiple instances of the same hardware attached, each has it's + If a system has multiple instances of the same hardware attached, each has its own instance of the camera class. The API exposes full control of the device to upper layers of libcamera through |