From f3edca52d57b81f70ba94a375cb5140ac243967a Mon Sep 17 00:00:00 2001 From: ntakahas Date: Fri, 16 Dec 2005 06:54:10 +0000 Subject: [PATCH] Fix typo in comments. --- src/input.c | 62 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 31 insertions(+), 31 deletions(-) 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 @@