summaryrefslogtreecommitdiffstats
path: root/comphelper/source/container
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-04-13 09:50:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-04-13 09:50:38 +0100
commit06fe0421025da454963d8da2043b647cea429654 (patch)
tree7ba57fac2b99a01872cf9ba0b80d6e6bee1137c0 /comphelper/source/container
parentWaE: set but unused in dbgutil mode (diff)
downloadcore-06fe0421025da454963d8da2043b647cea429654.tar.gz
core-06fe0421025da454963d8da2043b647cea429654.zip
catched->caught
Diffstat (limited to 'comphelper/source/container')
-rw-r--r--comphelper/source/container/containermultiplexer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/container/containermultiplexer.cxx b/comphelper/source/container/containermultiplexer.cxx
index fa68a34c2940..39d64dfb3600 100644
--- a/comphelper/source/container/containermultiplexer.cxx
+++ b/comphelper/source/container/containermultiplexer.cxx
@@ -118,7 +118,7 @@ namespace comphelper
}
catch(const Exception&)
{
- OSL_FAIL("Exceptiopn catched!");
+ OSL_FAIL("Exceptiopn caught!");
}
::comphelper::decrement(m_refCount);
}