diff options
Diffstat (limited to 'test/camera')
-rw-r--r-- | test/camera/capture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/camera/capture.cpp b/test/camera/capture.cpp index 41ae00d7..f3824f95 100644 --- a/test/camera/capture.cpp +++ b/test/camera/capture.cpp @@ -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; } |