diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-08-18 03:08:35 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-08-19 19:06:37 +0300 |
commit | 8c9deeb30fa6930019788b619ad9081d30c6a6e2 (patch) | |
tree | bb8f175ca24ae82d7da45ea26f25b22fdd1f8eaf /test/ipc | |
parent | 57baad97b9ec1cf79c86720204d9185d0ac265c9 (diff) |
test: unixsocket: Fix typo in error message
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'test/ipc')
-rw-r--r-- | test/ipc/unixsocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |