Fix a typo.
authorKim, Seung Won <seungzzang@gmail.com>
Wed, 9 May 2012 14:05:59 +0000 (10:05 -0400)
committerPeng Huang <shawn.p.huang@gmail.com>
Wed, 9 May 2012 14:05:59 +0000 (10:05 -0400)
BUG=None
TEST=None

Review URL: https://codereview.appspot.com/6188057
Patch from Kim, Seung Won <seungzzang@gmail.com>.

src/ibusbus.c

index 3aaf819..f0865fe 100644 (file)
@@ -680,7 +680,7 @@ ibus_bus_create_input_context_async (IBusBus            *bus,
 
     if (cancellable != NULL) {
         g_object_set_data_full ((GObject *)simple,
-                                "concellable",
+                                "cancellable",
                                 g_object_ref (cancellable),
                                 (GDestroyNotify)g_object_unref);
     }