From 982babed5c7919999fd84e8ede37b421bceb5b2a Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Sun, 20 Apr 2014 18:47:04 +0200 Subject: Fix typo: cought => caught Change-Id: I4fcede18c4b36a2b35f7fafae997f14acef84394 --- xmloff/source/table/XMLTableExport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/source/table/XMLTableExport.cxx') 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!" ); } } -- cgit