spelling: resource

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:36:08 -05:00
parent 0d9e35fad1
commit 3d85a9cb3b

View file

@ -160,7 +160,7 @@ static bool prv_get_resource(uint32_t resource_id, Resource *res) {
if ((entry.resource_id != resource_id) || if ((entry.resource_id != resource_id) ||
(entry.length == 0)) { (entry.length == 0)) {
// empty resource // empty resource
printf("%s: Invalid resourcel for %d\n", __FILE__, resource_id); printf("%s: Invalid resource for %d\n", __FILE__, resource_id);
return false; return false;
} }