summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-10 15:23:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-10 15:58:05 +0100
commit65f620c99ae177efdf06993561ac019663ce74fd (patch)
tree22bdf6d9530fc774965dfec7749393f7f877cc9e /connectivity
parentb7c89c53a0769236c67f8802f63eab6e5b94560b (diff)
Typo: execption -> exception
Change-Id: Ib57e0cc39c27595490e29dec46cc6d33067c34b5
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/file/FConnection.cxx2
-rw-r--r--connectivity/source/inc/java/tools.hxx2
2 files changed, 2 insertions, 2 deletions
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
- <TRUE/> if the execption should be cleared
+ <TRUE/> if the exception should be cleared
@return
<TRUE/> if an exception is occurred
*/