summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAdvait Dhamorikar <advaitdhamorikar@gmail.com>2023-03-04 16:07:58 +0530
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2023-03-06 13:10:54 +0200
commitcee03cd183126d1e0828c8ae2cc8706de2404b73 (patch)
tree6aaca858db307435b91dea96c0eebf2dbcaace9f /Documentation
parentdbe96a2a6b130f7a3ffa1ad037b96cbbd7514956 (diff)
Documentation: guides: pipeline-handler: Fix spelling error
The pipeline handler writers guide incorrectly references the VividCameradata::init() impelementation with a spelling error. Fix spelling of "impelementation" in the pipeline handler development guide. Signed-off-by: Advait Dhamorikar <advaitdhamorikar@gmail.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/guides/pipeline-handler.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/guides/pipeline-handler.rst b/Documentation/guides/pipeline-handler.rst
index e1930fdf..4d38fa23 100644
--- a/Documentation/guides/pipeline-handler.rst
+++ b/Documentation/guides/pipeline-handler.rst
@@ -1409,7 +1409,7 @@ function to the V4L2 device buffer signal.
video_->bufferReady.connect(this, &VividCameraData::bufferReady);
Create the matching ``VividCameraData::bufferReady`` function after your
-VividCameradata::init() impelementation.
+VividCameradata::init() implementation.
The ``bufferReady`` function obtains the request from the buffer using the
``request`` function, and notifies the ``Camera`` that the buffer and