From 2e769148e9537b6c6df45a630cfa6ed30bd2729a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:23:15 -0500 Subject: [PATCH] spelling: other Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/common/put_bytes/put_bytes_storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/common/put_bytes/put_bytes_storage.c b/src/fw/services/common/put_bytes/put_bytes_storage.c index 5c0e13cf..2a236cbc 100644 --- a/src/fw/services/common/put_bytes/put_bytes_storage.c +++ b/src/fw/services/common/put_bytes/put_bytes_storage.c @@ -114,7 +114,7 @@ bool pb_storage_get_status(PutBytesObjectType obj_type, PbInstallStatus *status) case ObjectRecovery: case ObjectSysResources: return pb_storage_raw_get_status(obj_type, status); - default: // Partial installs not supported for othe object types today + default: // Partial installs not supported for other object types today return false; } }