From 8ab17b6c26782a232d21b788ec45ac34e08db888 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Thu, 19 Apr 2007 12:42:02 +0000 Subject: [PATCH] Fix typo. --- src/input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input.c b/src/input.c index c923d38..171c4d2 100644 --- a/src/input.c +++ b/src/input.c @@ -5103,7 +5103,7 @@ minput_config_command (MSymbol language, MSymbol name, MSymbol command, } else { - if (no_cutom) + if (no_custom) mplist__pop_unref (plist); else { @@ -5150,7 +5150,7 @@ minput_config_command (MSymbol language, MSymbol name, MSymbol command, @brief Get information about input method variable(s). The minput_get_variable () function returns information about - the variable $VARIABLE of the input method specified by $LANGUAGE and $NAME. + variable $VARIABLE of the input method specified by $LANGUAGE and $NAME. An input method variable controls behavior of an input method. There are two kinds of variables, global and local. A global -- 1.7.10.4