test: unixsocket: Fix typo in error message

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
Laurent Pinchart
2019-08-19 19:06:37 +03:00
parent 57baad97b9
commit 8c9deeb30f
+1 -1
View File
@@ -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;
}