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