aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/Threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'CommonLibs/Threads.h')
-rw-r--r--CommonLibs/Threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommonLibs/Threads.h b/CommonLibs/Threads.h
index df61c72..5ff137b 100644
--- a/CommonLibs/Threads.h
+++ b/CommonLibs/Threads.h
@@ -186,7 +186,7 @@ class Thread {
}
}
- /** Send cancelation to thread */
+ /** Send cancellation to thread */
void cancel() { pthread_cancel(mThread); }
};