summaryrefslogtreecommitdiff
path: root/include/salhelper
diff options
context:
space:
mode:
authorJesús Corrius <jcorrius@gmail.com>2013-09-26 10:33:38 +0200
committerJesús Corrius <jcorrius@gmail.com>2013-09-26 10:37:00 +0200
commit7d491bec4063b447726c49a98be47c80df1d4e24 (patch)
tree274804410bb0ad6ce56851478b0e5e9758acf168 /include/salhelper
parent968f4d72a23bb28d097a7694d66f0b866b3b33f0 (diff)
Everytimes -> Every time
Change-Id: Ib84cee7dbb493387760ce68c25ec442bf0a4a121
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.