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 +- connectivity/source/inc/java/tools.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'connectivity') 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); } diff --git a/connectivity/source/inc/java/tools.hxx b/connectivity/source/inc/java/tools.hxx index 7f1443e3a2dd..211916c7da59 100644 --- a/connectivity/source/inc/java/tools.hxx +++ b/connectivity/source/inc/java/tools.hxx @@ -68,7 +68,7 @@ namespace connectivity @param pEnv The native java env @param _bClear - if the execption should be cleared + if the exception should be cleared @return if an exception is occurred */ -- cgit