[libcamera-devel] [PATCH 06/14] test: unixsocket: Fix typo in error message

Laurent Pinchart laurent.pinchart at ideasonboard.com
Sun Aug 18 03:13:21 CEST 2019


Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 test/ipc/unixsocket.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/ipc/unixsocket.cpp b/test/ipc/unixsocket.cpp
index eeef64842a75..40a3a84a87d2 100644
--- a/test/ipc/unixsocket.cpp
+++ b/test/ipc/unixsocket.cpp
@@ -370,7 +370,7 @@ protected:
 
 		/* Test reversing a string, this test sending only data. */
 		if (testReverse()) {
-			cerr << "Reveres array test failed" << endl;
+			cerr << "Reverse array test failed" << endl;
 			return TestFail;
 		}
 
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list