mirror of
https://github.com/google/pebble.git
synced 2025-11-20 22:40:57 -05:00
spelling: resource
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user