]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
fix typo
authorHavoc Pennington <hp@redhat.com>
Sat, 21 Oct 2006 03:14:50 +0000 (03:14 +0000)
committerHavoc Pennington <hp@redhat.com>
Sat, 21 Oct 2006 03:14:50 +0000 (03:14 +0000)
dbus/dbus-connection.c

index 519253027bfa4ba5639d2d941a1f9c1a50bd6e57..69afd1008591c8abe4347b14208ce9fdcd699f32 100644 (file)
  * dbus_connection_read_write_dispatch() can be used.
  *
  * Or, in <em>very</em> 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).