diff options
-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; } |