[libcamera-devel] [PATCH v2 11/12] test: camera: Fix trivial spelling mistaken

Jacopo Mondi jacopo at jmondi.org
Sat Nov 20 12:13:12 CET 2021


The error message should be:
"Failed to associate buffer with request"

Fix that.

Signed-off-by: Jacopo Mondi <jacopo at jmondi.org>
---
 test/camera/capture.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/camera/capture.cpp b/test/camera/capture.cpp
index 41ae00d7a4c0..f3824f95cbd3 100644
--- a/test/camera/capture.cpp
+++ b/test/camera/capture.cpp
@@ -109,7 +109,7 @@ protected:
 			}
 
 			if (request->addBuffer(stream, buffer.get())) {
-				cout << "Failed to associating buffer with request" << endl;
+				cout << "Failed to associate buffer with request" << endl;
 				return TestFail;
 			}
 
-- 
2.33.1



More information about the libcamera-devel mailing list