[gegl] tools/img_cmp.c: Typo fix, top -> to
- From: Martin Nordholts <martinn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] tools/img_cmp.c: Typo fix, top -> to
- Date: Sat, 15 May 2010 15:33:58 +0000 (UTC)
commit b27d2343b7f85018a4bb1377269f22092e0638ef
Author: Martin Nordholts <martinn src gnome org>
Date: Sat May 15 14:13:35 2010 +0200
tools/img_cmp.c: Typo fix, top -> to
tools/img_cmp.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/img_cmp.c b/tools/img_cmp.c
index f06a561..797092f 100644
--- a/tools/img_cmp.c
+++ b/tools/img_cmp.c
@@ -30,7 +30,7 @@ main (gint argc,
g_object_unref (graph);
if (!bufferA)
{
- g_print ("Failed top open %s\n", argv[1]);
+ g_print ("Failed to open %s\n", argv[1]);
return 1;
}
@@ -40,7 +40,7 @@ main (gint argc,
g_object_unref (graph);
if (!bufferB)
{
- g_print ("Failed top open %s\n", argv[2]);
+ g_print ("Failed to open %s\n", argv[2]);
return 1;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]