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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user