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:
parent
ca6ae87af4
commit
98986e0b57
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue