summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gd2topng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gd2topng.c b/src/gd2topng.c
index 5e8ca87..d6c1359 100644
--- a/src/gd2topng.c
+++ b/src/gd2topng.c
@@ -21,7 +21,7 @@ main (int argc, char **argv)
fprintf (stderr,
"Usage: gd2topng filename.gd2 filename.png [srcx srcy width height]\n");
fprintf (stderr,
- "If the coordinates are absent,t he entire image is converted.\n");
+ "If the coordinates are absent, the entire image is converted.\n");
exit (1);
}
if (argc == 7) {