mirror of
https://github.com/google/pebble.git
synced 2025-11-19 22:11:02 -05:00
spelling: appropriate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -283,7 +283,7 @@ static bool prv_read_complete(bool success, uint32_t length) {
|
|||||||
} else if (success && (header->error != GenericServiceResultOk)) {
|
} else if (success && (header->error != GenericServiceResultOk)) {
|
||||||
// The response was completely valid, but there was a non-Ok error returned
|
// The response was completely valid, but there was a non-Ok error returned
|
||||||
success = false;
|
success = false;
|
||||||
// translate the error code to the appropraite SmartstrapResult
|
// translate the error code to the appropriate SmartstrapResult
|
||||||
if (header->error == GenericServiceResultNotSupported) {
|
if (header->error == GenericServiceResultNotSupported) {
|
||||||
result = SmartstrapResultAttributeUnsupported;
|
result = SmartstrapResultAttributeUnsupported;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user