summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsemaphore.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqsemaphore.html')
-rw-r--r--doc/html/ntqsemaphore.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqsemaphore.html b/doc/html/ntqsemaphore.html
index 3f1c9506f..b51410c9c 100644
--- a/doc/html/ntqsemaphore.html
+++ b/doc/html/ntqsemaphore.html
@@ -82,7 +82,7 @@ released with <a href="#operator--">operator--</a>() or <a href="#operator--eq">
accesses allowed is retrieved with <a href="#available">available</a>(), and the total
number with <a href="#total">total</a>(). Note that the incrementing functions will
block if there aren't enough available accesses. Use <a href="#tryAccess">tryAccess</a>()
-if you want to actquire accesses without blocking.
+if you want to acquire accesses without blocking.
<p>See also <a href="environment.html">Environment Classes</a> and <a href="thread.html">Threading</a>.
<hr><h2>Member Function Documentation</h2>