From: ntakahas Date: Fri, 16 Dec 2005 06:54:10 +0000 (+0000) Subject: Fix typo in comments. X-Git-Tag: REL-1-3-0~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f3edca52d57b81f70ba94a375cb5140ac243967a;p=m17n%2Fm17n-lib.git Fix typo in comments. --- diff --git a/src/input.c b/src/input.c index cf39fca..e548519 100644 --- a/src/input.c +++ b/src/input.c @@ -26,7 +26,7 @@ An input method is an object to enable inputting various characters. An input method is identified by a pair of symbols, - LANGUAGE and NAME. This pair decides a input method driver of the + LANGUAGE and NAME. This pair decides an input method driver of the input method. An input method driver is a set of functions for handling the input method. There are two kinds of input methods; internal one and foreign one. @@ -34,26 +34,26 @@