From 9f4887f8fad3b40887a99aafcf741731bc2dabef Mon Sep 17 00:00:00 2001 From: Huang Peng Date: Sat, 30 Aug 2008 10:00:17 +0800 Subject: [PATCH] Fix a typo. --- lib/gtk2/ibusimclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.7.4