From 651f6973a09d63bae816614b8d2e028a1c052cb3 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Tue, 12 Feb 2019 10:50:51 +0000 Subject: libcamera: v4l2_device: Fix trivial spelling errors succcess -> success categorized -> categorised Acked-by: Jacopo Mondi Signed-off-by: Kieran Bingham --- src/libcamera/v4l2_device.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libcamera/v4l2_device.cpp b/src/libcamera/v4l2_device.cpp index a88a5f5f..889c63b3 100644 --- a/src/libcamera/v4l2_device.cpp +++ b/src/libcamera/v4l2_device.cpp @@ -128,7 +128,7 @@ LOG_DEFINE_CATEGORY(V4L2) * height) and one to three planes with configurable line stride and a total * per-plane size in bytes. * - * Image formats, as defined by the V4L2 APIs, are categorized as packed, + * Image formats, as defined by the V4L2 APIs, are categorised as packed, * semi-planar and planar, and describe the layout of the image pixel components * stored in memory. * @@ -797,7 +797,7 @@ int V4L2Device::queueBuffer(Buffer *buffer) * This method dequeues the next available buffer from the device. If no buffer * is available to be dequeued it will return nullptr immediately. * - * \return A pointer to the dequeued buffer on succcess, or nullptr otherwise + * \return A pointer to the dequeued buffer on success, or nullptr otherwise */ Buffer *V4L2Device::dequeueBuffer() { -- cgit v1.2.1