mirror of
https://github.com/google/pebble.git
synced 2025-04-25 05:57:07 -04:00
spelling: resource
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0d9e35fad1
commit
3d85a9cb3b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue