[libcamera-devel] [PATCH] libcamera: StreamConfiguration: Fix typo in documentation
Paul Elder
paul.elder at ideasonboard.com
Tue Jun 16 12:54:00 CEST 2020
Fix a typo in the documentation in the StreamConfiguration constructor.
Signed-off-by: Paul Elder <paul.elder at ideasonboard.com>
---
src/libcamera/stream.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libcamera/stream.cpp b/src/libcamera/stream.cpp
index f34348f..8e78234 100644
--- a/src/libcamera/stream.cpp
+++ b/src/libcamera/stream.cpp
@@ -276,7 +276,7 @@ SizeRange StreamFormats::range(const PixelFormat &pixelformat) const
/**
* \todo This method is deprecated and should be removed once all pipeline
- * handlers provied StreamFormats.
+ * handlers provide StreamFormats.
*/
StreamConfiguration::StreamConfiguration()
: pixelFormat(0), stream_(nullptr)
--
2.27.0
More information about the libcamera-devel
mailing list