[glib: 1/2] DOC: Documentation fix in GTask description



commit 7e2dfa8c44860c3efdbdec308e9bfa61652dfc80
Author: Pavlo Solntsev <p sun fun gmail com>
Date:   Wed Aug 8 00:17:15 2018 -0500

    DOC: Documentation fix in GTask description

 gio/gtask.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/gtask.c b/gio/gtask.c
index df40357dd..4087543e6 100644
--- a/gio/gtask.c
+++ b/gio/gtask.c
@@ -52,7 +52,7 @@
  * where it was created (waiting until the next iteration of the main
  * loop first, if necessary). The caller will pass the #GTask back to
  * the operation's finish function (as a #GAsyncResult), and you can
- * can use g_task_propagate_pointer() or the like to extract the
+ * use g_task_propagate_pointer() or the like to extract the
  * return value.
  *
  * Here is an example for using GTask as a GAsyncResult:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]