summaryrefslogtreecommitdiff
path: root/gee/task.vala
diff options
context:
space:
mode:
Diffstat (limited to 'gee/task.vala')
-rw-r--r--gee/task.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/gee/task.vala b/gee/task.vala
index 80d6dbd..00cf74f 100644
--- a/gee/task.vala
+++ b/gee/task.vala
@@ -28,7 +28,7 @@ namespace Gee {
* of threads from pool will execute the task.
*
* Note: There is limited number of threads unless environment variable
- * ``GEE_NUM_THREADS`` is set to -1. It is not adviced to call I/O or
+ * ``GEE_NUM_THREADS`` is set to -1. It is not advised to call I/O or
* block inside the taks. If necessary it is possible to create a new one
* by anyther call.
*
@@ -51,7 +51,7 @@ namespace Gee {
* one of threads from pool will execute the task.
*
* Note: There is limited number of threads unless environment variable
- * ``GEE_NUM_THREADS`` is set to -1. It is not adviced to call I/O or
+ * ``GEE_NUM_THREADS`` is set to -1. It is not advised to call I/O or
* block inside the taks. If necessary it is possible to create a new one
* by anyther call.
*