summaryrefslogtreecommitdiff
path: root/gio/gcancellable.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-08-29 14:49:32 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-08-29 14:49:32 -0400
commit1b28408b8bfe282f671716a39bba3208d3fef39a (patch)
treec21b4b22e09c6872dffb809061086bb01fffa1cb /gio/gcancellable.c
parent5763c631473539746646697e6a775f6eacaa08e2 (diff)
downloadglib-1b28408b8bfe282f671716a39bba3208d3fef39a.tar.gz
Spelling fixes
Spelling fixes in comments and docs, provided by Kjartan Maraas in bug 657336.
Diffstat (limited to 'gio/gcancellable.c')
-rw-r--r--gio/gcancellable.c2
1 files changed, 1 insertions, 1 deletions
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.