summaryrefslogtreecommitdiff
path: root/dbus
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2012-02-06 12:29:54 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-09-16 14:03:26 +0100
commitb8d44600179172cbf72337f46f4bad58fbefaf8f (patch)
treeb90f6903c089a74c45b3f28436ed010d22e2f066 /dbus
parent8f9eb639229410a127958424fe1687135be3a38d (diff)
downloaddbus-glib-b8d44600179172cbf72337f46f4bad58fbefaf8f.tar.gz
docs: fix a typo in dbus_g_type_struct_get()'s doc
Signed-off-by: Jiří Klimeš <jklimes@redhat.com> Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=45686
Diffstat (limited to 'dbus')
-rw-r--r--dbus/dbus-gtype-specialized.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-gtype-specialized.c b/dbus/dbus-gtype-specialized.c
index 4ffb74e..0ed35d5 100644
--- a/dbus/dbus-gtype-specialized.c
+++ b/dbus/dbus-gtype-specialized.c
@@ -1482,7 +1482,7 @@ dbus_g_type_struct_set_member (GValue *value,
* @value: a #GValue containing a struct instance
* @member: struct member to get
* @...: location in which to return the value of this member,
- * followed optionally by more member/return locations pairs, followed by
+ * followed optionally by more member/return locations pairs, followed
* by %G_MAXUINT
*
* Collects the selected values of this struct into the return locations