From 8c9deeb30fa6930019788b619ad9081d30c6a6e2 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 18 Aug 2019 03:08:35 +0300 Subject: test: unixsocket: Fix typo in error message Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi --- test/ipc/unixsocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ipc') diff --git a/test/ipc/unixsocket.cpp b/test/ipc/unixsocket.cpp index eeef6484..40a3a84a 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; } -- cgit v1.2.1