summaryrefslogtreecommitdiff
path: root/apps/plugins/pictureflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pictureflow.c')
-rw-r--r--apps/plugins/pictureflow.c4
1 files 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)
1527 } 1527 }
1528 1528
1529 if (!allocate_buffers()) { 1529 if (!allocate_buffers()) {
1530 rb->splash(HZ, "Could allocate temporary buffers"); 1530 rb->splash(HZ, "Could not allocate temporary buffers");
1531 return PLUGIN_ERROR; 1531 return PLUGIN_ERROR;
1532 } 1532 }
1533 1533
@@ -1551,7 +1551,7 @@ int main(void)
1551 } 1551 }
1552 1552
1553 if (!free_buffers()) { 1553 if (!free_buffers()) {
1554 rb->splash(HZ, "Could note free temporary buffers"); 1554 rb->splash(HZ, "Could not free temporary buffers");
1555 return PLUGIN_ERROR; 1555 return PLUGIN_ERROR;
1556 } 1556 }
1557 1557