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:
parent
57baad97b9
commit
8c9deeb30f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue