From f085560e63ea5b1bc541e7ff50819a1b758a17ac Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 23 Jun 2006 02:26:12 +0000 Subject: [PATCH] Typo in comments fixed. --- src/input-gui.c | 2 +- src/input.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/input-gui.c b/src/input-gui.c index 69b5842..b1e3ae5 100644 --- a/src/input-gui.c +++ b/src/input-gui.c @@ -547,7 +547,7 @@ minput__win_init () plist = mplist_add (plist, Minput_reset, (void *) win_callback); } #if 0 - /* This will make a caller of minput_method_open() pazzled. */ + /* This will make the caller of minput_method_open() pazzled. */ minput_driver = &minput_gui_driver; #endif diff --git a/src/input.c b/src/input.c index fb864e5..4f2fa90 100644 --- a/src/input.c +++ b/src/input.c @@ -3411,7 +3411,7 @@ minput_open_im (MSymbol language, MSymbol name, void *arg) MInputDriver *driver; MDEBUG_PRINT2 (" [IM] opening (%s %s) ... ", - msymbol_name (language), msymbol_name (name)); + msymbol_name (language), msymbol_name (name)); if (language) driver = minput_driver; else @@ -3800,8 +3800,8 @@ minput_reset_ic (MInputContext *ic) @return If there exists the specified input method and it defines an - title, a plist is returned. Otherwise, NULL is returned. A caller - must free the plist by m17n_object_unref (). + title, a plist is returned. Otherwise, NULL is returned. The + caller must free the plist by m17n_object_unref (). */ MPlist * @@ -4142,7 +4142,7 @@ minput_assign_command_keys (MSymbol language, MSymbol name, @return If the input method uses any variables, a pointer to #MPlist is - returned. As the plist is kept in the library, a caller must not + returned. As the plist is kept in the library, the caller must not modify nor free it. If the input method does not use any variable, @c NULL is returned. */ /***ja -- 1.7.10.4