1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: fix spelling error on the source code
Author: David da Silva Polverari <polverari@debian.org>
Forwarded: no
Last-Update: 2023-10-12
--- a/giftrans.c
+++ b/giftrans.c
@@ -766,7 +766,7 @@
void usage()
{
(void)fprintf(stderr,"Usage: %s [-t color|-T] [-B color] [-b color] [-g oldcolor=newcolor] [-c comment|-C] [-l|-L|-V] [-o filename] [-e filename] [filename]\n",image);
- (void)fprintf(stderr,"Convert any GIF file into a GIF89a, with the folloing changes possible:\n");
+ (void)fprintf(stderr,"Convert any GIF file into a GIF89a, with the following changes possible:\n");
(void)fprintf(stderr,"-t Specify the transparent color\n");
(void)fprintf(stderr,"-T Index of the transparent color is the background color index\n");
(void)fprintf(stderr,"-B Specify the transparent color's new value\n");
|