fixes a typo.
authorPeng Wu <epico@dhcp-65-116.nay.redhat.com>
Wed, 3 Feb 2010 03:41:39 +0000 (11:41 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Sat, 20 Feb 2010 02:43:13 +0000 (10:43 +0800)
bus/ibusimpl.c

index 404975d3065bd2a2a747e961730f9a144d09293d..9a59f7c709a66d8e90fdaa1d0a93c0ba8e612dba 100644 (file)
@@ -945,13 +945,13 @@ _context_focus_in_cb (BusInputContext *context,
     g_assert (BUS_IS_IBUS_IMPL (ibus));
     g_assert (BUS_IS_INPUT_CONTEXT (context));
 
-    /* Do noting if context does not support focus.
+    /* Do nothing if context does not support focus.
      * The global engine shoule be detached from the focused context. */
     if ((bus_input_context_get_capabilities (context) & IBUS_CAP_FOCUS) == 0) {
         return;
     }
 
-    /* Do noting if it is focused context already. */
+    /* Do nothing if it is focused context already. */
     if (ibus->focused_context == context) {
         return;
     }