gdbus: minor documentation fix in g_dbus_interface_skeleton_has_connection()
authorAleksander Morgado <aleksander@lanedo.com>
Mon, 8 Oct 2012 08:03:43 +0000 (10:03 +0200)
committerAleksander Morgado <aleksander@lanedo.com>
Tue, 9 Oct 2012 05:22:41 +0000 (07:22 +0200)
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=685697

gio/gdbusinterfaceskeleton.c

index 2c65bf1..e425f3f 100644 (file)
@@ -836,7 +836,7 @@ g_dbus_interface_skeleton_get_connections (GDBusInterfaceSkeleton *interface_)
  * @interface_: A #GDBusInterfaceSkeleton.
  * @connection: A #GDBusConnection.
  *
- * Checks if @interface_ is export on @connection.
+ * Checks if @interface_ is exported on @connection.
  *
  * Returns: %TRUE if @interface_ is exported on @connection, %FALSE otherwise.
  *