summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2014-07-05 20:27:58 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2014-07-05 20:27:58 -0500
commit29c48f623fdcf516d6123ee9544087e1f512ed53 (patch)
treed9d51966053e3b82cf6948846578881421e01b6e
parent46ca06228486ce725bf202d3abb0a55a22250ba2 (diff)
Fix typo
-rw-r--r--gobject/gclosure.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gclosure.c b/gobject/gclosure.c
index e3a01c206..8d0d65633 100644
--- a/gobject/gclosure.c
+++ b/gobject/gclosure.c
@@ -42,7 +42,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.