diff options
Diffstat (limited to 'include/io/task.h')
-rw-r--r-- | include/io/task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/io/task.h b/include/io/task.h index beec4f5..dc7d32e 100644 --- a/include/io/task.h +++ b/include/io/task.h @@ -145,7 +145,7 @@ typedef void (*QIOTaskWorker)(QIOTask *task, * The QIOTask module can also be used to perform operations * in a background thread context, while still reporting the * results in the main event thread. This allows code which - * cannot easily be rewritten to be asychronous (such as DNS + * cannot easily be rewritten to be asynchronous (such as DNS * lookups) to be easily run non-blocking. Reporting the * results in the main thread context means that the caller * typically does not need to be concerned about thread |