summaryrefslogtreecommitdiff
path: root/configmgr/source/access.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/access.cxx')
-rw-r--r--configmgr/source/access.cxx2
1 files changed, 1 insertions, 1 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?