summaryrefslogtreecommitdiff
path: root/gobject/gsourceclosure.c
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-11-29 17:51:19 +0000
committerPhilip Withnall <withnall@endlessm.com>2017-11-29 17:51:19 +0000
commit4fd537b8c80972a6f32bd466fd18bcbcb224dfcb (patch)
treed4ea45cf9b1bd8336cf4cd3c3de706a37c4f6958 /gobject/gsourceclosure.c
parent06719a86b2eb85235b9877e8e27535ddcd45dae2 (diff)
downloadglib-4fd537b8c80972a6f32bd466fd18bcbcb224dfcb.tar.gz
gobject: Minor typo fix in a g_critical() warning
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'gobject/gsourceclosure.c')
-rw-r--r--gobject/gsourceclosure.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gsourceclosure.c b/gobject/gsourceclosure.c
index 8ee0266c5..3a1a1238a 100644
--- a/gobject/gsourceclosure.c
+++ b/gobject/gsourceclosure.c
@@ -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;
}