diff options
Diffstat (limited to 'dbus/dbus-connection.c')
-rw-r--r-- | dbus/dbus-connection.c | 2 |
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. |