Source: fcitx Version: 1:4.2.9.1-1 Severity: normal Dear Maintainer,
I created 2 patches.
1. fix-debian-control-typos.patch
fix Description typos in debian/control and debian/control.in.
-Description: Flexible Input Method Framework - library of core funtions
+Description: Flexible Input Method Framework - library of core functions
2. 0003-fix-src-typos.patch
fix typos in FcitxLog. This typo causes spelling-error-in-binary at fcitx-*.
--
Regards,
dai
GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.5.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff --git a/debian/control b/debian/control
index e03b5e1..9c756b0 100644
--- a/debian/control
+++ b/debian/control
@@ -144,7 +144,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: fcitx (>= ${source:Upstream-Version})
Replaces: fcitx (<< ${source:Upstream-Version}), fcitx-libs (<< 1:4.2.8.5-3)
Breaks: fcitx (<< ${source:Upstream-Version}), fcitx-libs (<< 1:4.2.8.5-3)
-Description: Flexible Input Method Framework - library of core funtions
+Description: Flexible Input Method Framework - library of core functions
Fcitx is a input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
diff --git a/debian/control.in b/debian/control.in
index e03b5e1..9c756b0 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -144,7 +144,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: fcitx (>= ${source:Upstream-Version})
Replaces: fcitx (<< ${source:Upstream-Version}), fcitx-libs (<< 1:4.2.8.5-3)
Breaks: fcitx (<< ${source:Upstream-Version}), fcitx-libs (<< 1:4.2.8.5-3)
-Description: Flexible Input Method Framework - library of core funtions
+Description: Flexible Input Method Framework - library of core functions
Fcitx is a input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
From: HIGUCHI Daisuke (VDR dai) <[email protected]> Date: Wed, 08 Jun 2016 11:02:49 +0900 Subject: fix src typos diff --git a/src/lib/fcitx-config/fcitx-config.h b/src/lib/fcitx-config/fcitx-config.h index ad60789..e0c76a6 100644 --- a/src/lib/fcitx-config/fcitx-config.h +++ b/src/lib/fcitx-config/fcitx-config.h @@ -416,7 +416,7 @@ extern "C" tmpfp = FcitxXDGGetFileWithPrefix("configdesc", path, "r", NULL); \ if (tmpfp == NULL) \ { \ - FcitxLog(ERROR, "Load Config Description File %s Erorr, Please Check your install.", path); \ + FcitxLog(ERROR, "Load Config Description File %s Error, Please Check your install.", path); \ return NULL; \ } \ configDesc = FcitxConfigParseConfigFileDescFp(tmpfp); \ diff --git a/src/module/lua/luawrap.c b/src/module/lua/luawrap.c index d9452a7..6a6f158 100644 --- a/src/module/lua/luawrap.c +++ b/src/module/lua/luawrap.c @@ -166,7 +166,7 @@ static int FcitxLog_Export(lua_State *lua) { static int ImeRegisterCommand_Export(lua_State *lua) { int c = lua_gettop(lua); if (c < 2) { - FcitxLog(WARNING, "register command arugment missing"); + FcitxLog(WARNING, "register command argument missing"); return 0; } const char *command_name = lua_tostring(lua, 1); @@ -194,7 +194,7 @@ static int ImeRegisterTrigger_Export(lua_State *lua) { if (c >= kFunctionNameArg) { function_name = lua_tostring(lua, kFunctionNameArg); if (function_name == NULL || function_name[0] == 0) { - FcitxLog(WARNING, "register trigger arugment function_name empty"); + FcitxLog(WARNING, "register trigger argument function_name empty"); return 0; } }
signature.asc
Description: PGP signature

