catched->caught

This commit is contained in:
Caolán McNamara
2011-04-13 09:50:38 +01:00
parent 1bb8aa9726
commit 06fe042102

View File

@@ -118,7 +118,7 @@ namespace comphelper
} }
catch(const Exception&) catch(const Exception&)
{ {
OSL_FAIL("Exceptiopn catched!"); OSL_FAIL("Exceptiopn caught!");
} }
::comphelper::decrement(m_refCount); ::comphelper::decrement(m_refCount);
} }