[Libreoffice-commits] core.git: include/osl
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 10 20:05:01 UTC 2019
include/osl/mutex.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7619ce98904885f2806ceedbaf849b772376926b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 19:34:52 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Apr 10 22:04:31 2019 +0200
Fix typo
Change-Id: I2df9e24ff0d4683819db8fa17bd6a0dfda223e13
Reviewed-on: https://gerrit.libreoffice.org/70534
Reviewed-by: himajin100000 <himajin100000 at gmail.com>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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
More information about the Libreoffice-commits
mailing list