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:
Jonas Häggqvist 2007-12-11 09:50:36 +00:00
parent c16470bf04
commit 7ab63e3f1b

View file

@ -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;
}