From 65f620c99ae177efdf06993561ac019663ce74fd Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Mon, 10 Feb 2014 15:23:52 +0100 Subject: Typo: execption -> exception Change-Id: Ib57e0cc39c27595490e29dec46cc6d33067c34b5 --- connectivity/source/drivers/file/FConnection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity/source/drivers/file') diff --git a/connectivity/source/drivers/file/FConnection.cxx b/connectivity/source/drivers/file/FConnection.cxx index 05237599cc6c..848873a43de7 100644 --- a/connectivity/source/drivers/file/FConnection.cxx +++ b/connectivity/source/drivers/file/FConnection.cxx @@ -193,7 +193,7 @@ void OConnection::construct(const OUString& url,const Sequence< PropertyValue >& throw SQLException(); } } - catch(Exception& e) // a execption is thrown when no file exists + catch(Exception& e) // a exception is thrown when no file exists { throwUrlNotValid(getURL(),e.Message); } -- cgit