From 597e694e7e3264cf5d42b177bec38585ccb21232 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 4 Jan 2016 12:44:22 +0100 Subject: Fix typos Change-Id: I90b04b8eda6fc3d530c9db72052720cbe9de0343 Reviewed-on: https://gerrit.libreoffice.org/21197 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- configmgr/source/access.cxx | 2 +- configmgr/source/components.hxx | 2 +- configmgr/source/dconf.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'configmgr/source') 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::get(); case Node::KIND_SET: return cppu::UnoType::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 -- cgit