summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 18:09:41 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:17 +0100
commit8bb09efc92fe4de373f4ed4759f29108feb8cc3a (patch)
treeefda3fc79cb5ac4c5484bfc27e643bf0b6a86712 /comphelper
parentca5eb633dd1f89d0a077aefa47fd049afe399192 (diff)
typo: approriate -> appropriate
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/container/container.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/container/container.cxx b/comphelper/source/container/container.cxx
index 73a3b2016bd8..dffc2a36d30c 100644
--- a/comphelper/source/container/container.cxx
+++ b/comphelper/source/container/container.cxx
@@ -76,7 +76,7 @@ IndexAccessIterator::~IndexAccessIterator() {}
while (m_arrChildIndizies.size() > 0)
{ // If the list isn't empty and there's nothing above
::com::sun::star::uno::Reference< ::com::sun::star::container::XChild> xChild(xSearchLoop, ::com::sun::star::uno::UNO_QUERY);
- OSL_ENSURE(xChild.is(), "IndexAccessIterator::Next : a content has no approriate interface !");
+ OSL_ENSURE(xChild.is(), "IndexAccessIterator::Next : a content has no appropriate interface !");
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface> xParent( xChild->getParent());
xContainerAccess = ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess>(xParent, ::com::sun::star::uno::UNO_QUERY);