Fix a type in comment
authorPeng Huang <shawn.p.huang@gmail.com>
Mon, 1 Feb 2010 10:23:11 +0000 (18:23 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Mon, 1 Feb 2010 10:23:11 +0000 (18:23 +0800)
bus/inputcontext.c

index 26eb1d54f2b6b54743b934461839401b828f3901..01a24508f304fd834d2db7e2a3fb083033af0697 100644 (file)
@@ -2061,7 +2061,7 @@ bus_input_context_filter_keyboard_shortcuts (BusInputContext    *context,
     }
 
     if (retval == TRUE) {
-        /* begine filter release key event */
+        /* begin filter release key event */
         context->filter_release = TRUE;
     }