summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-08-30 10:00:17 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-08-30 10:00:17 +0800
commit9f4887f8fad3b40887a99aafcf741731bc2dabef (patch)
tree07502ff3d65232cf511d023a4edc354e43f04a77
parent7e095605e42a5a614fcfb1c0d34bebcb40222ec6 (diff)
downloadibus-9f4887f8fad3b40887a99aafcf741731bc2dabef.tar.gz
ibus-9f4887f8fad3b40887a99aafcf741731bc2dabef.tar.xz
ibus-9f4887f8fad3b40887a99aafcf741731bc2dabef.zip
Fix a typo.0.1.1.20080830
-rw-r--r--lib/gtk2/ibusimclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gtk2/ibusimclient.c b/lib/gtk2/ibusimclient.c
index 05975bf..553c236 100644
--- a/lib/gtk2/ibusimclient.c
+++ b/lib/gtk2/ibusimclient.c
@@ -1219,7 +1219,7 @@ _dbus_call_with_reply_valist (DBusConnection *connection,
}
/* If we got a NULL pending, that means the connection was disconnected,
- * and we need to aboout this call
+ * and we need to abort this call
* https://bugs.freedesktop.org/show_bug.cgi?id=12675
*/
if (pendingcall == 0) {