diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-01-04 12:44:22 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-01-07 12:29:04 +0000 |
commit | 597e694e7e3264cf5d42b177bec38585ccb21232 (patch) | |
tree | dd4082a99cb600f9e0cf09dfaeee1174f26f46d7 /configmgr/source | |
parent | 5e0d36adc3f7f245edfc79230d0871017ba15d5d (diff) |
Fix typos
Change-Id: I90b04b8eda6fc3d530c9db72052720cbe9de0343
Reviewed-on: https://gerrit.libreoffice.org/21197
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/access.cxx | 2 | ||||
-rw-r--r-- | configmgr/source/components.hxx | 2 | ||||
-rw-r--r-- | configmgr/source/dconf.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/access.cxx b/configmgr/source/access.cxx index 3f4f9cae37a4..97543bbda69d 100644 --- a/configmgr/source/access.cxx +++ b/configmgr/source/access.cxx @@ -348,7 +348,7 @@ css::uno::Type Access::getElementType() throw (css::uno::RuntimeException, std:: case Node::KIND_GROUP: //TODO: Should a specific type be returned for a non-extensible group // with homogeneous members or for an extensible group that currently - // has only homegeneous members? + // has only homogeneous members? return cppu::UnoType<void>::get(); case Node::KIND_SET: return cppu::UnoType<void>::get(); //TODO: correct? diff --git a/configmgr/source/components.hxx b/configmgr/source/components.hxx index b28da71f4111..48ec3a8a397b 100644 --- a/configmgr/source/components.hxx +++ b/configmgr/source/components.hxx @@ -79,7 +79,7 @@ public: void writeModifications(); void flushModifications(); - // must be called with configmgr::lock unaquired; must be called before + // must be called with configmgr::lock unacquired; must be called before // shutdown if writeModifications has ever been called (probably // indirectly, via removeExtensionXcuFile) diff --git a/configmgr/source/dconf.cxx b/configmgr/source/dconf.cxx index cc307e47a845..3ae2716d4348 100644 --- a/configmgr/source/dconf.cxx +++ b/configmgr/source/dconf.cxx @@ -54,7 +54,7 @@ extern "C" { // * The names of set element nodes are encoded as dconf path segments as // follows: each occurrence of U+0000 NULL is replace by the three characters // "\00", each occurrence of U+002F SOLIDUS is replaced by the three -// characters "\2F", and each ocurrence of U+005C REVERSE SOLIDUS is replaced +// characters "\2F", and each occurrence of U+005C REVERSE SOLIDUS is replaced // by the three characters "\5C". // // * Set elements (which must themselves be either sets or groups) map to |