android: camera_device: Fix trivial spelling

Fix the spelling of 'successfully' reported in an error message.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Kieran Bingham 2020-08-03 14:34:11 +01:00
parent ca6ae87af4
commit 98986e0b57

View file

@ -1220,7 +1220,7 @@ void CameraDevice::requestComplete(Request *request)
std::unique_ptr<CameraMetadata> resultMetadata;
if (request->status() != Request::RequestComplete) {
LOG(HAL, Error) << "Request not succesfully completed: "
LOG(HAL, Error) << "Request not successfully completed: "
<< request->status();
status = CAMERA3_BUFFER_STATUS_ERROR;
}