summaryrefslogtreecommitdiff
path: root/gir/gobject-2.0.c
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2014-07-10 14:22:17 +0200
committerFlorian Müllner <fmuellner@gnome.org>2014-07-10 14:22:17 +0200
commit0cb6bd4db414d8dab7cc90d40faf577fcfd93198 (patch)
treebd63dbe7486b42e04feb6747c3248ac165d1871d /gir/gobject-2.0.c
parent0ad96c5a4f3bd323e023978cc2f95caa91e24682 (diff)
downloadgobject-introspection-0cb6bd4db414d8dab7cc90d40faf577fcfd93198.tar.gz
Update glib annotations from master
Diffstat (limited to 'gir/gobject-2.0.c')
-rw-r--r--gir/gobject-2.0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/gobject-2.0.c b/gir/gobject-2.0.c
index df07e55a..96506b97 100644
--- a/gir/gobject-2.0.c
+++ b/gir/gobject-2.0.c
@@ -243,7 +243,7 @@
*
* A #GClosure represents a callback supplied by the programmer. It
* will generally comprise a function of some kind and a marshaller
- * used to call it. It is the reponsibility of the marshaller to
+ * used to call it. It is the responsibility of the marshaller to
* convert the arguments for the invocation from #GValues into
* a suitable form, perform the callback on the converted arguments,
* and transform the return value back into a #GValue.