summaryrefslogtreecommitdiffstats
path: root/include/comphelper/asyncnotification.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/asyncnotification.hxx')
-rw-r--r--include/comphelper/asyncnotification.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/asyncnotification.hxx b/include/comphelper/asyncnotification.hxx
index 648fc2834547..2f33c236283c 100644
--- a/include/comphelper/asyncnotification.hxx
+++ b/include/comphelper/asyncnotification.hxx
@@ -117,7 +117,7 @@ namespace comphelper
/** terminates the thread
- Note that this is a cooporative termination - if you call this from a thread different
+ Note that this is a cooperative termination - if you call this from a thread different
from the notification thread itself, then it will block until the notification thread
finished processing the current event. If you call it from the notification thread
itself, it will return immediately, and the thread will be terminated as soon as