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;
}
|