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>
This commit is contained in:
Advait Dhamorikar 2023-03-04 16:07:58 +05:30 committed by Laurent Pinchart
parent dbe96a2a6b
commit cee03cd183

View file

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