File: 32_fix-spelling.patch

package info (click to toggle)
xloadimage 4.1-27
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,880 kB
  • sloc: ansic: 36,063; makefile: 306; asm: 284; sh: 144
file content (25 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description: Fix spelling issues in upstream source
Author: Dominik George <nik@naturalnet.de>

--- a/compress.c
+++ b/compress.c
@@ -145,7 +145,7 @@ void compress_cmap(image, verbose)
   }
   if (verbose) {
     if ((rgb.used == image->rgb.used) && !badcount)
-      printf("no improvment\n");
+      printf("no improvement\n");
     else {
       int unused= image->rgb.used - rgb.used - dupcount;
       if (dupcount)
--- a/options.c
+++ b/options.c
@@ -707,7 +707,7 @@ void processOptions(argc, argv, rglobal,
       break;
 
     case IDELAY:
-      fprintf(stderr, "%s has been superceded by %s (translating)\n",
+      fprintf(stderr, "%s has been superseded by %s (translating)\n",
 	      optionName(IDELAY), optionName(DELAY));
       /* FALLTHRU */