From 65fcbd62876f435f08bbcb6ff4596545b8c87bbd Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 21 Oct 2006 03:14:50 +0000 Subject: fix typo --- dbus/dbus-connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus/dbus-connection.c b/dbus/dbus-connection.c index 51925302..69afd100 100644 --- a/dbus/dbus-connection.c +++ b/dbus/dbus-connection.c @@ -140,7 +140,7 @@ * dbus_connection_read_write_dispatch() can be used. * * Or, in very simple applications, - * xdbus_connection_pop_message() may be all you need, allowing you to + * dbus_connection_pop_message() may be all you need, allowing you to * avoid setting up any handler functions (see * dbus_connection_add_filter(), * dbus_connection_register_object_path() for more on handlers). -- cgit