Fixed a few typos spotted on IRC.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15910 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c16470bf04
commit
7ab63e3f1b
1 changed files with 2 additions and 2 deletions
|
@ -1527,7 +1527,7 @@ int main(void)
|
|||
}
|
||||
|
||||
if (!allocate_buffers()) {
|
||||
rb->splash(HZ, "Could allocate temporary buffers");
|
||||
rb->splash(HZ, "Could not allocate temporary buffers");
|
||||
return PLUGIN_ERROR;
|
||||
}
|
||||
|
||||
|
@ -1551,7 +1551,7 @@ int main(void)
|
|||
}
|
||||
|
||||
if (!free_buffers()) {
|
||||
rb->splash(HZ, "Could note free temporary buffers");
|
||||
rb->splash(HZ, "Could not free temporary buffers");
|
||||
return PLUGIN_ERROR;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue