File: 31_fix_spelling_error.diff

package info (click to toggle)
giftrans 1.12.2-22
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 396 kB
  • sloc: ansic: 6,181; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 819 bytes parent folder | download | duplicates (2)
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");