test: camera: Fix trivial spelling mistake
The error message should be: "Failed to associate buffer with request" Fix that. Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
22574ff195
commit
663b5d859f
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ protected:
|
|||
}
|
||||
|
||||
if (request->addBuffer(stream, buffer.get())) {
|
||||
cout << "Failed to associating buffer with request" << endl;
|
||||
cout << "Failed to associate buffer with request" << endl;
|
||||
return TestFail;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue