summaryrefslogtreecommitdiffstats
path: root/include/salhelper
diff options
context:
space:
mode:
Diffstat (limited to 'include/salhelper')
-rw-r--r--include/salhelper/singletonref.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/salhelper/singletonref.hxx b/include/salhelper/singletonref.hxx
index af4327c985b9..3a63b08180e1 100644
--- a/include/salhelper/singletonref.hxx
+++ b/include/salhelper/singletonref.hxx
@@ -31,7 +31,7 @@ namespace salhelper{
/** @short template for implementing singleton classes.
- Such classes can be instanciated everytimes they
+ Such classes can be instanciated every time they
are needed. But the internal wrapped object will
be created one times only. Of course its used
resources are referenced one times only too.