From ab09a5f5a92ee7a964f70222c68afbeb1cfc8e3f Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 7 Aug 2018 11:04:00 +0100 Subject: [PATCH] gdbusmessage: Fix a typo in the documentation Signed-off-by: Philip Withnall --- gio/gdbusmessage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gdbusmessage.c b/gio/gdbusmessage.c index 68122387b..8de836bf6 100644 --- a/gio/gdbusmessage.c +++ b/gio/gdbusmessage.c @@ -1994,7 +1994,7 @@ g_dbus_message_bytes_needed (guchar *blob, /** * g_dbus_message_new_from_blob: - * @blob: (array length=blob_len) (element-type guint8): A blob represent a binary D-Bus message. + * @blob: (array length=blob_len) (element-type guint8): A blob representing a binary D-Bus message. * @blob_len: The length of @blob. * @capabilities: A #GDBusCapabilityFlags describing what protocol features are supported. * @error: Return location for error or %NULL. -- 2.11.4.GIT