[libcamera-devel] [PATCH v3] documentation: guides: pipeline-handler: Fix spelling error

Advait Dhamorikar advaitdhamorikar at gmail.com
Thu Mar 2 20:48:14 CET 2023


Please fix spelling of "impelementation" in the pipeline handler development guide.

---
This is my first time using git send-email, thanks for the help with your replies,
The communications and logistics documentation was quite useful for me. I'm interested in the the GSoC project that integrates libcamera into applications and am currently studying how I can interface it with libcamera.
Do let me know if i've sent the patch correctly and also if you've any advice regarding the interfacing, that would be great too!

Signed-off-by: Advait Dhamorikar <advaitdhamorikar at gmail.com>
---
 Documentation/guides/pipeline-handler.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the libcamera-devel mailing list