X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Finput.c;h=43a413313678555af61085241010132e5911a910;hb=3801477931992ade4f61b96c3dae00b1a06c467e;hp=0cd4967763f88fff7fe2726a3920177bbf1ec7d1;hpb=e188b5ad4c56ea61779b6d6ac33b63ff3a0e6ceb;p=m17n%2Fm17n-lib.git diff --git a/src/input.c b/src/input.c index 0cd4967..43a4133 100644 --- a/src/input.c +++ b/src/input.c @@ -1,5 +1,5 @@ /* input.c -- input method module. - Copyright (C) 2003, 2004, 2005 + 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 @@