Fix a typo (Change Kill to Exit).
authorPeng Huang <phuang@phuang.nay.redhat.com>
Wed, 11 Feb 2009 09:33:12 +0000 (17:33 +0800)
committerPeng Huang <phuang@phuang.nay.redhat.com>
Wed, 11 Feb 2009 09:33:12 +0000 (17:33 +0800)
src/ibusbus.c

index 9965761..7b6af04 100644 (file)
@@ -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);