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:
Jacopo Mondi 2021-11-19 10:19:51 +01:00
parent 22574ff195
commit 663b5d859f

View file

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