diff options
Diffstat (limited to 'connectivity/source/drivers/file/FConnection.cxx')
-rw-r--r-- | connectivity/source/drivers/file/FConnection.cxx | 2 |
1 files changed, 1 insertions, 1 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); } |