summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:41:57 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-29 19:40:45 +0200
commitf6fa05292be928f8ca24256c7640e8a833d61e64 (patch)
tree8899d47d7beaa2d4a0cd612cf8d245c9e26b474d /include/comphelper
parentdad1c7858b13b4fc9ca95e2aba3ffb03ddfe57bf (diff)
Fix typo
Change-Id: Iaaaaca6c04f58d849ffbf1a95cbfe53d98d661de Reviewed-on: https://gerrit.libreoffice.org/74906 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/accessiblecontexthelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/accessiblecontexthelper.hxx b/include/comphelper/accessiblecontexthelper.hxx
index f8182526b280..e22dacbe6411 100644
--- a/include/comphelper/accessiblecontexthelper.hxx
+++ b/include/comphelper/accessiblecontexthelper.hxx
@@ -156,7 +156,7 @@ namespace comphelper
<p>The class has two responsibilities:
<ul><li>it locks the mutex of an OAccessibleContextHelper instance, as long as the guard lives</li>
- <li>it checks if an given OAccessibleContextHelper instance is alive, else an exception is thrown
+ <li>it checks if a given OAccessibleContextHelper instance is alive, else an exception is thrown
our of the constructor of the guard</li>
</ul>
<br/>