X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Finput.c;h=bb26b491df84d98bdf17866f41e28aa03bfaf701;hb=6ef8fd1014e24f7fcb5cbee454ac57a0d7abdeb6;hp=80c1a5566060d14808ebc793bb1e49fefbeee993;hpb=34985901eb81fc34e3c1c3925c33b8ca703108eb;p=m17n%2Fm17n-lib.git diff --git a/src/input.c b/src/input.c index 80c1a55..bb26b49 100644 --- a/src/input.c +++ b/src/input.c @@ -1,5 +1,5 @@ /* input.c -- input method module. - Copyright (C) 2003, 2004 + Copyright (C) 2003, 2004, 2005, 2006 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 @@ -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 @@