diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-04-13 10:50:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-04-13 10:50:04 +0100 |
commit | 8955cc0c39a2c4a5ec5f11e17e6535b02c19dbed (patch) | |
tree | 1d1b16b5102e4a4d4d39d65fe413eed6d361ec10 /comphelper/source | |
parent | 06fe0421025da454963d8da2043b647cea429654 (diff) |
catched->caught
Diffstat (limited to 'comphelper/source')
-rw-r--r-- | comphelper/source/container/containermultiplexer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/container/containermultiplexer.cxx b/comphelper/source/container/containermultiplexer.cxx index 39d64dfb3600..21c72fbbead1 100644 --- a/comphelper/source/container/containermultiplexer.cxx +++ b/comphelper/source/container/containermultiplexer.cxx @@ -153,7 +153,7 @@ namespace comphelper } catch(const Exception&) { - OSL_FAIL("Exception catched!"); + OSL_FAIL("Exception caught!"); } m_xContainer = NULL; m_pListener = NULL; |