From 967f77054cfe7828a4dba9fb4fad2d35b5c3882b Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Tue, 16 Jun 2020 11:39:28 +0900 Subject: libcamera: StreamConfiguration: Fix typo in documentation Fix a typo in the documentation in the StreamConfiguration constructor. Signed-off-by: Paul Elder Reviewed-by: Umang Jain Reviewed-by: Laurent Pinchart --- src/libcamera/stream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcamera/stream.cpp') diff --git a/src/libcamera/stream.cpp b/src/libcamera/stream.cpp index f34348f2..8e782347 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) -- cgit v1.2.1