spelling: other

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:23:15 -05:00
parent 92b055a0c4
commit 2e769148e9

View file

@ -114,7 +114,7 @@ bool pb_storage_get_status(PutBytesObjectType obj_type, PbInstallStatus *status)
case ObjectRecovery: case ObjectRecovery:
case ObjectSysResources: case ObjectSysResources:
return pb_storage_raw_get_status(obj_type, status); 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; return false;
} }
} }