From 663b5d859fd479c2ff462c6555f37977444e035a Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Fri, 19 Nov 2021 10:19:51 +0100 Subject: test: camera: Fix trivial spelling mistake The error message should be: "Failed to associate buffer with request" Fix that. Signed-off-by: Jacopo Mondi Reviewed-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- test/camera/capture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/camera/capture.cpp b/test/camera/capture.cpp index 41ae00d7..f3824f95 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; } -- cgit v1.2.1