summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-connection.c
diff options
context:
space:
mode:
authorHarri Porten <porten@kde.org>2002-12-28 09:10:43 +0000
committerHarri Porten <porten@kde.org>2002-12-28 09:10:43 +0000
commitb7354d91569384ba884bd3e391210019037ada2c (patch)
tree7ecb6a83c969afc11b740f687bdd11bda1d14aac /dbus/dbus-connection.c
parentebd603e725695b58215d2928292c9f1cadd6f3e4 (diff)
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 ?
Diffstat (limited to 'dbus/dbus-connection.c')
-rw-r--r--dbus/dbus-connection.c2
1 files changed, 1 insertions, 1 deletions
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.