From 16ebd800f7034a1e8c37c07b6d0e08f7812eb30c Mon Sep 17 00:00:00 2001 From: Arun Date: Mon, 6 Sep 2021 12:37:42 +0530 Subject: Fixed typo --- src/gd2topng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { -- cgit v1.2.1