summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper/basemutex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/basemutex.hxx')
-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