summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun <arun007@pm.me>2021-09-06 12:37:42 +0530
committerMike Frysinger <vapier@gmail.com>2021-09-06 08:29:50 -0400
commit16ebd800f7034a1e8c37c07b6d0e08f7812eb30c (patch)
tree7a7ad65507733a71b841fa29f4d4c6a1b721e7ff
parentbeb18188a206a433aea6e63872b18ef67c7120bc (diff)
downloadlibgd-16ebd800f7034a1e8c37c07b6d0e08f7812eb30c.tar.gz
Fixed typo
-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) {