From: Matthias Clasen Date: Mon, 29 Jul 2013 02:06:57 +0000 (-0400) Subject: Trivial typo fix X-Git-Tag: 2.37.5~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90da4ed628cf9e311c4730d529b5d53159035676;p=platform%2Fupstream%2Fglib.git Trivial typo fix --- diff --git a/gobject/gsignal.c b/gobject/gsignal.c index 7fb98b5..951b9c0 100644 --- a/gobject/gsignal.c +++ b/gobject/gsignal.c @@ -1965,7 +1965,7 @@ g_signal_override_class_closure (guint signal_id, * * Overrides the class closure (i.e. the default handler) for the * given signal for emissions on instances of @instance_type with - * callabck @class_handler. @instance_type must be derived from the + * callback @class_handler. @instance_type must be derived from the * type to which the signal belongs. * * See g_signal_chain_from_overridden() and