diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-01-24 18:53:37 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-01-24 18:53:37 +0100 |
commit | 58702f9a3c1435dc082f9aceea00f8804de34ff6 (patch) | |
tree | 0b957c9686646a8731fa4d9314cb66e21eb415fe /unotools | |
parent | c2972964dcca294048888c7edd0400c49d1a9a2f (diff) |
Typo: syncro->synchro
Change-Id: I0a377f3686e0f8d8f576aacbee49a392b039d3a5
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/configvaluecontainer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/configvaluecontainer.cxx b/unotools/source/config/configvaluecontainer.cxx index 8a185b4dbfff..cf22ae9c71f9 100644 --- a/unotools/source/config/configvaluecontainer.cxx +++ b/unotools/source/config/configvaluecontainer.cxx @@ -147,7 +147,7 @@ namespace utl //= functors on NodeValueAccessor instances - /// base class for functors syncronizing between exchange locations and config sub nodes + /// base class for functors synchronizing between exchange locations and config sub nodes struct SubNodeAccess : public ::std::unary_function< NodeValueAccessor, void > { protected: |