summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeng Huang <phuang@phuang.nay.redhat.com>2009-02-11 17:33:12 +0800
committerPeng Huang <phuang@phuang.nay.redhat.com>2009-02-11 17:33:12 +0800
commit52289db46af40821eb9092ce02a3c82f02170e74 (patch)
treebc1fc5bc772393b3ebe8eab1d0eb14e3524097a5 /src
parent34b2d2f3508866ad53579e4d65af27776187ec69 (diff)
downloadibus-52289db46af40821eb9092ce02a3c82f02170e74.tar.gz
ibus-52289db46af40821eb9092ce02a3c82f02170e74.tar.xz
ibus-52289db46af40821eb9092ce02a3c82f02170e74.zip
Fix a typo (Change Kill to Exit).
Diffstat (limited to 'src')
-rw-r--r--src/ibusbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ibusbus.c b/src/ibusbus.c
index 9965761..7b6af04 100644
--- a/src/ibusbus.c
+++ b/src/ibusbus.c
@@ -644,7 +644,7 @@ ibus_bus_exit (IBusBus *bus,
IBUS_SERVICE_IBUS,
IBUS_PATH_IBUS,
IBUS_INTERFACE_IBUS,
- "Kill",
+ "Exit",
G_TYPE_BOOLEAN, &restart,
G_TYPE_INVALID,
G_TYPE_INVALID);