diff options
author | Florian Müllner <fmuellner@gnome.org> | 2014-07-10 14:22:17 +0200 |
---|---|---|
committer | Florian Müllner <fmuellner@gnome.org> | 2014-07-10 14:22:17 +0200 |
commit | 0cb6bd4db414d8dab7cc90d40faf577fcfd93198 (patch) | |
tree | bd63dbe7486b42e04feb6747c3248ac165d1871d /gir/gobject-2.0.c | |
parent | 0ad96c5a4f3bd323e023978cc2f95caa91e24682 (diff) | |
download | gobject-introspection-0cb6bd4db414d8dab7cc90d40faf577fcfd93198.tar.gz |
Update glib annotations from master
Diffstat (limited to 'gir/gobject-2.0.c')
-rw-r--r-- | gir/gobject-2.0.c | 2 |
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. |