summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-01-24 18:53:37 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-01-24 18:53:37 +0100
commit58702f9a3c1435dc082f9aceea00f8804de34ff6 (patch)
tree0b957c9686646a8731fa4d9314cb66e21eb415fe /include/unotools
parentc2972964dcca294048888c7edd0400c49d1a9a2f (diff)
Typo: syncro->synchro
Change-Id: I0a377f3686e0f8d8f576aacbee49a392b039d3a5
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/configvaluecontainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/configvaluecontainer.hxx b/include/unotools/configvaluecontainer.hxx
index c06f172ea00e..7ec278cd8d26 100644
--- a/include/unotools/configvaluecontainer.hxx
+++ b/include/unotools/configvaluecontainer.hxx
@@ -40,7 +40,7 @@ namespace utl
<p>The basic idea of this class is that it's clients (usually derived classes) simply register an
address in memory and a node path, and upon explicit request, the configuration value and the memory
- are syncronized.<br/>
+ are synchronized.<br/>
This means that when calling <method>read</method>, the current configuration values are copied into
the memory registered for them, and upon calling <method>write</method> the current values in memory
are set in the configuration nodes.</p>