docs: Fix typo in gsignal.c documentation comment

Spotted by Morten Welinder <mortenw@gnome.org>.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

https://bugzilla.gnome.org/show_bug.cgi?id=796186
This commit is contained in:
Philip Withnall 2018-05-17 13:54:46 +01:00
parent 2477c7b05f
commit d388a00028

View File

@ -1467,7 +1467,7 @@ g_signal_new (const gchar *signal_name,
* Creates a new signal. (This is usually done in the class initializer.)
*
* This is a variant of g_signal_new() that takes a C callback instead
* off a class offset for the signal's class handler. This function
* of a class offset for the signal's class handler. This function
* doesn't need a function pointer exposed in the class structure of
* an object definition, instead the function pointer is passed
* directly and can be overriden by derived classes with