File: 002-fix-spelling-error-xl_intcode.c.patch

package info (click to toggle)
unicon 3.0.4%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 22,012 kB
  • sloc: ansic: 185,000; cpp: 12,565; makefile: 818; sh: 298
file content (21 lines) | stat: -rw-r--r-- 627 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: fix lintian spelling-error-in-binary
 unicon-imc2: spelling-error-in-binary
 usr/lib/unicon/modules/cce/gb18030_intcode.so internel internal
 .
Forwarded: not-needed
Author: xiao sheng wen <atzlinux@sina.com>

---
Last-Update: 2021-01-07

--- unicon-3.0.4+dfsg1.orig/unicon/ImmModules/cce/xl_intcode.c
+++ unicon-3.0.4+dfsg1/unicon/ImmModules/cce/xl_intcode.c
@@ -54,7 +54,7 @@ IntCode_Init (void)
   if (table == NULL)
     {
       fprintf (stderr,
-	       "Out of memory in loading internel code input method\n");
+	       "Out of memory in loading internal code input method\n");
       return NULL;
     }