gobject: Minor typo fix in a g_critical() warning

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2017-11-29 17:51:19 +00:00
parent 06719a86b2
commit 4fd537b8c8

View File

@ -258,7 +258,7 @@ g_source_set_closure (GSource *source,
source->source_funcs != &g_timeout_funcs &&
source->source_funcs != &g_idle_funcs)
{
g_critical (G_STRLOC ": closure can not be set on closure without GSourceFuncs::closure_callback\n");
g_critical (G_STRLOC ": closure cannot be set on GSource without GSourceFuncs::closure_callback\n");
return;
}