summaryrefslogtreecommitdiffstats
path: root/include/osl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-10 19:34:52 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-04-10 22:04:31 +0200
commit7619ce98904885f2806ceedbaf849b772376926b (patch)
tree59390e525a0aa02bd60500cad59c96c1b330ab2d /include/osl
parentFix typo (diff)
downloadcore-7619ce98904885f2806ceedbaf849b772376926b.tar.gz
core-7619ce98904885f2806ceedbaf849b772376926b.zip
Fix typo
Change-Id: I2df9e24ff0d4683819db8fa17bd6a0dfda223e13 Reviewed-on: https://gerrit.libreoffice.org/70534 Reviewed-by: himajin100000 <himajin100000@gmail.com> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/mutex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/mutex.hxx b/include/osl/mutex.hxx
index 0297232065b0..9a9f76f67efa 100644
--- a/include/osl/mutex.hxx
+++ b/include/osl/mutex.hxx
@@ -105,7 +105,7 @@ namespace osl
/** Object lifetime scoped mutex object or interface lock.
*
- * Aquires the template object on construction and releases it on
+ * Acquires the template object on construction and releases it on
* destruction.
*
* @see MutexGuard