From d7d8096d71073e30652774efffe45a92d5178c3d Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Mon, 1 Feb 2010 18:23:11 +0800 Subject: [PATCH] Fix a type in comment --- bus/inputcontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bus/inputcontext.c b/bus/inputcontext.c index 26eb1d54..01a24508 100644 --- a/bus/inputcontext.c +++ b/bus/inputcontext.c @@ -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; } -- 2.34.1