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 99657615df8fa3285982f9aefb193f6e13803e6a..7b6af04d80b2bc2b9aea9d88f6171f86c014c02e 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);