Fix typo
authorMichael Catanzaro <mcatanzaro@gnome.org>
Sun, 6 Jul 2014 01:27:58 +0000 (20:27 -0500)
committerMichael Catanzaro <mcatanzaro@gnome.org>
Sun, 6 Jul 2014 01:27:58 +0000 (20:27 -0500)
gobject/gclosure.c

index e3a01c2..8d0d656 100644 (file)
@@ -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.