Fix a typo.
authorPeng Huang <shawn.p.huang@gmail.com>
Mon, 1 Nov 2010 05:03:17 +0000 (14:03 +0900)
committerPeng Huang <shawn.p.huang@gmail.com>
Wed, 3 Nov 2010 01:54:58 +0000 (10:54 +0900)
ibus/common.py

index a767acf..cbc8d56 100644 (file)
@@ -120,7 +120,7 @@ IBUS_SERVICE_IBUS   = "org.freedesktop.IBus"
 IBUS_IFACE_PANEL            = "org.freedesktop.IBus.Panel"
 IBUS_IFACE_CONFIG           = "org.freedesktop.IBus.Config"
 IBUS_IFACE_ENGINE           = "org.freedesktop.IBus.Engine"
-IBUS_IFACE_ENGINE_FACTORY   = "org.freedesktop.IBus.EngineFactory"
+IBUS_IFACE_ENGINE_FACTORY   = "org.freedesktop.IBus.Factory"
 IBUS_IFACE_INPUT_CONTEXT    = "org.freedesktop.IBus.InputContext"
 IBUS_IFACE_NOTIFICATIONS    = "org.freedesktop.IBus.Notifications"