Typo in comments fixed.
authorhanda <handa>
Fri, 23 Jun 2006 02:26:12 +0000 (02:26 +0000)
committerhanda <handa>
Fri, 23 Jun 2006 02:26:12 +0000 (02:26 +0000)
src/input-gui.c
src/input.c

index 69b5842..b1e3ae5 100644 (file)
@@ -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
 
index fb864e5..4f2fa90 100644 (file)
@@ -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