summaryrefslogtreecommitdiff
path: root/include/salhelper/singletonref.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/salhelper/singletonref.hxx')
-rw-r--r--include/salhelper/singletonref.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/salhelper/singletonref.hxx b/include/salhelper/singletonref.hxx
index a003e5e1f7c7..87f4a2944a09 100644
--- a/include/salhelper/singletonref.hxx
+++ b/include/salhelper/singletonref.hxx
@@ -44,10 +44,10 @@ namespace salhelper{
@attention To prevent the code against race conditions, its not
allowed to start operations inside the ctor
- of the internal wrapped object - especialy operations
+ of the internal wrapped object - especially operations
which needs a reference to the same singleton too.
- The only chance to supress such strange constellations
+ The only chance to suppress such strange constellations
is a lazy-init mechanism.
<ul>