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-18 03:08:35 +03:00
parent 57baad97b9
commit 8c9deeb30f

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