Fixed typo

master
Arun 2021-09-06 12:37:42 +05:30 committed by Mike Frysinger
parent beb18188a2
commit 16ebd800f7
1 changed files with 1 additions and 1 deletions

View File

@ -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) {