diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-04-20 18:47:04 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-04-27 14:00:42 +0200 |
commit | 982babed5c7919999fd84e8ede37b421bceb5b2a (patch) | |
tree | cbafefea649676bd733bf94f7588ac0549b1d9fe /xmloff/source/table/XMLTableExport.cxx | |
parent | 9938cb54589680b335e75cc5fd47cd646b8a7314 (diff) |
Fix typo: cought => caught
Change-Id: I4fcede18c4b36a2b35f7fafae997f14acef84394
Diffstat (limited to 'xmloff/source/table/XMLTableExport.cxx')
-rw-r--r-- | xmloff/source/table/XMLTableExport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/table/XMLTableExport.cxx b/xmloff/source/table/XMLTableExport.cxx index 8a27e0576224..5bbee2c47b67 100644 --- a/xmloff/source/table/XMLTableExport.cxx +++ b/xmloff/source/table/XMLTableExport.cxx @@ -349,7 +349,7 @@ static bool has_states( const std::vector< XMLPropertyState >& xPropStates ) } catch(const Exception&) { - OSL_FAIL( "XMLTableExport::exportTable(), exception cought!" ); + OSL_FAIL( "XMLTableExport::exportTable(), exception caught!" ); } } |