summaryrefslogtreecommitdiff
path: root/dbus/dbus-gtype-specialized.c
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2012-02-06 14:00:06 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-09-16 14:03:45 +0100
commit40ae208c3309cfa0be27ef458e6947433ff3841e (patch)
treeebaacef16fc94070fa8b849c29f32ded39d6a13d /dbus/dbus-gtype-specialized.c
parentb8d44600179172cbf72337f46f4bad58fbefaf8f (diff)
downloaddbus-glib-40ae208c3309cfa0be27ef458e6947433ff3841e.tar.gz
docs: fix a typo in dbus_g_type_get_struct() description
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/dbus-gtype-specialized.c')
-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 0ed35d5..46fdef8 100644
--- a/dbus/dbus-gtype-specialized.c
+++ b/dbus/dbus-gtype-specialized.c
@@ -924,7 +924,7 @@ dbus_g_type_get_structv (const char *container,
* @first_type: #GType for the struct's first member
* @...: more GTypes for the struct's members, terminated by G_TYPE_INVALID
*
- * Varags methsod to get a #GType for a particular struct instance,
+ * Varags method to get a #GType for a particular struct instance,
* creating the type if not already created.
*
* Returns: the #GType of that instance