From 7ab63e3f1b621781339ee7efae5e25427618474e Mon Sep 17 00:00:00 2001 From: Jonas Häggqvist Date: Tue, 11 Dec 2007 09:50:36 +0000 Subject: Fixed a few typos spotted on IRC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15910 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/pictureflow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/plugins/pictureflow.c b/apps/plugins/pictureflow.c index 24e69147a1..c52fba4970 100644 --- a/apps/plugins/pictureflow.c +++ b/apps/plugins/pictureflow.c @@ -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; } -- cgit v1.2.3