From 1b28408b8bfe282f671716a39bba3208d3fef39a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 29 Aug 2011 14:49:32 -0400 Subject: Spelling fixes Spelling fixes in comments and docs, provided by Kjartan Maraas in bug 657336. --- gio/gcancellable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gio/gcancellable.c') diff --git a/gio/gcancellable.c b/gio/gcancellable.c index ba7911b27..652493419 100644 --- a/gio/gcancellable.c +++ b/gio/gcancellable.c @@ -186,7 +186,7 @@ g_cancellable_new (void) * @cancellable: a #GCancellable object * * Pushes @cancellable onto the cancellable stack. The current - * cancellable can then be recieved using g_cancellable_get_current(). + * cancellable can then be received using g_cancellable_get_current(). * * This is useful when implementing cancellable operations in * code that does not allow you to pass down the cancellable object. -- cgit v1.2.1