summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/accessiblecontexthelper.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:10:29 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:10:29 +0200
commit435f5e30c968ffd5761873f8b3f756949545ce72 (patch)
treeb7f1623723f23d141d7b6b0cada5d28523d53fdf /comphelper/inc/comphelper/accessiblecontexthelper.hxx
parent60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (diff)
fdo#60724 correct spelling
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
Diffstat (limited to 'comphelper/inc/comphelper/accessiblecontexthelper.hxx')
-rw-r--r--comphelper/inc/comphelper/accessiblecontexthelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/inc/comphelper/accessiblecontexthelper.hxx b/comphelper/inc/comphelper/accessiblecontexthelper.hxx
index 5ca27baddabf..e6c5c10ab20f 100644
--- a/comphelper/inc/comphelper/accessiblecontexthelper.hxx
+++ b/comphelper/inc/comphelper/accessiblecontexthelper.hxx
@@ -113,7 +113,7 @@ namespace comphelper
the context does. A good approach to implement the lock may be to derive you own context
not only from OAccessibleContextHelper, but also from IMutex.</p>
- <p>One more note. This lock is definately not used once the dtor is reached. Means whatever
+ <p>One more note. This lock is definitely not used once the dtor is reached. Means whatever
the dtor implementation does, it does <em>not</em> guard the external lock. See this as a contract.
<br/>You should ensure the same thing for own derivees which do not supply the lock themself,
but get them from yet another derivee.</p>