summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:25:27 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 06:56:42 +0000
commitbcb402298f653146af672ecfca2381062d78c6f2 (patch)
treebb03e1bf54498aca8e52996c70482f207377cc4e /include/cppuhelper
parentFix typos (diff)
downloadcore-bcb402298f653146af672ecfca2381062d78c6f2.tar.gz
core-bcb402298f653146af672ecfca2381062d78c6f2.zip
Fix typos
Change-Id: I5e3c9683741ddc66283008c20794be5c2b2bc53f Reviewed-on: https://gerrit.libreoffice.org/34804 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/cppuhelper')
-rw-r--r--include/cppuhelper/basemutex.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/basemutex.hxx b/include/cppuhelper/basemutex.hxx
index aaf1f6a65a6c..648529619061 100644
--- a/include/cppuhelper/basemutex.hxx
+++ b/include/cppuhelper/basemutex.hxx
@@ -27,9 +27,9 @@ namespace cppu
/** base class for all classes who want derive from
cppu::WeakComponentImplHelperXX.
- Implmentation classes have first to derive from BaseMutex and then from
+ Implementation classes have first to derive from BaseMutex and then from
cppu::WeakComponentImplHelperXX to ensure that the BaseMutex is completely
- initialized when the mutex is used to intialize the
+ initialized when the mutex is used to initialize the
cppu::WeakComponentImplHelperXX
*/
class SAL_WARN_UNUSED BaseMutex