From 2529de015fa59e0b9f5f8663000b654860b2ecee Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:40:25 -0500 Subject: [PATCH] spelling: appropriate Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/accessory/smartstrap_generic_service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/accessory/smartstrap_generic_service.c b/src/fw/services/normal/accessory/smartstrap_generic_service.c index eec96e02..89959e4f 100644 --- a/src/fw/services/normal/accessory/smartstrap_generic_service.c +++ b/src/fw/services/normal/accessory/smartstrap_generic_service.c @@ -283,7 +283,7 @@ static bool prv_read_complete(bool success, uint32_t length) { } else if (success && (header->error != GenericServiceResultOk)) { // The response was completely valid, but there was a non-Ok error returned success = false; - // translate the error code to the appropraite SmartstrapResult + // translate the error code to the appropriate SmartstrapResult if (header->error == GenericServiceResultNotSupported) { result = SmartstrapResultAttributeUnsupported; } else {