From b7354d91569384ba884bd3e391210019037ada2c Mon Sep 17 00:00:00 2001 From: Harri Porten Date: Sat, 28 Dec 2002 09:10:43 +0000 Subject: very basic check for Qt integration. Another proof that Qt's build system needs more work for people using it. I didn't want to copy all of KDEs autoconf magic so this is far from perfect, yet. Can we use pkg-config here ? --- dbus/dbus-connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/dbus-connection.c') diff --git a/dbus/dbus-connection.c b/dbus/dbus-connection.c index e5fa48f0..28f1d7f3 100644 --- a/dbus/dbus-connection.c +++ b/dbus/dbus-connection.c @@ -122,7 +122,7 @@ _dbus_connection_have_messages_to_send (DBusConnection *connection) } /** - * Gets the next outgoing message. The message remanins in the + * Gets the next outgoing message. The message remains in the * queue, and the caller does not own a reference to it. * * @param connection the connection. -- cgit