summaryrefslogtreecommitdiff
path: root/include/salhelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-02 00:28:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-03 08:59:34 +0000
commitc7114b66bd615670950ef6f7c2d80adab3fb4c33 (patch)
treef550353dbd5d36a58738426a1f2142f75d5d1a50 /include/salhelper
parentbb43a23036dcfda114368441c5aa82a9a90355cd (diff)
Fix typos
Change-Id: I7000efdb7276053c16de992fa8f9a4e614ecb3e2 Reviewed-on: https://gerrit.libreoffice.org/29434 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 6b96d3e3f452..1dd7ef74597c 100644
--- a/include/salhelper/singletonref.hxx
+++ b/include/salhelper/singletonref.hxx
@@ -46,7 +46,7 @@ namespace salhelper{
its state) must be made threadsafe by the object itself
or from outside.
- @attention To prevent the code against race conditions, its not
+ @attention To prevent the code against race conditions, it's not
allowed to start operations inside the ctor
of the internal wrapped object - especially operations
which needs a reference to the same singleton too.