gdbusconnection: Fix a typo in the documentation for close_sync()

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Reviewed-by: nobody
This commit is contained in:
Philip Withnall 2018-04-19 16:36:16 +01:00
parent cc7e0f6cc2
commit 29f4eacebe

View File

@ -1500,7 +1500,7 @@ sync_close_cb (GObject *source_object,
* @cancellable: (nullable): a #GCancellable or %NULL
* @error: return location for error or %NULL
*
* Synchronously closees @connection. The calling thread is blocked
* Synchronously closes @connection. The calling thread is blocked
* until this is done. See g_dbus_connection_close() for the
* asynchronous version of this method and more details about what it
* does.