diff options
author | Damjan Jovanovic <damjan@apache.org> | 2016-12-04 05:28:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-24 15:37:19 +0000 |
commit | 1307212b87194f5c18eae0517f0dc4fcb0833e33 (patch) | |
tree | ee8d6942ba1bedf62e5f00a02adaed4bb285369e /connectivity/source/drivers/file | |
parent | ab72a07f1a1213bf6f9515058865fb898ff7bf24 (diff) |
Fix some comment typos.
Patch by: me
(cherry picked from commit 7ac035b2ddf9275085c30d1048bec7da160158f0)
Change-Id: Ic5fa1abe69fbf5f656e79fcd5e17ea5f84208ae6
Diffstat (limited to 'connectivity/source/drivers/file')
-rw-r--r-- | connectivity/source/drivers/file/FConnection.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/file/FConnection.cxx b/connectivity/source/drivers/file/FConnection.cxx index 8937d104e8ab..d77f1b411b29 100644 --- a/connectivity/source/drivers/file/FConnection.cxx +++ b/connectivity/source/drivers/file/FConnection.cxx @@ -191,11 +191,11 @@ void OConnection::construct(const OUString& url,const Sequence< PropertyValue >& } else { - OSL_FAIL("OConnection::construct: ::ucbhelper::Content isn't a folder nor a document! How that?!"); + OSL_FAIL("OConnection::construct: ::ucbhelper::Content is neither a folder nor a document! How's that?!"); throw SQLException(); } } - catch(Exception& e) // a exception is thrown when no file exists + catch(Exception& e) // an exception is thrown when no file exists { throwUrlNotValid(getURL(),e.Message); } |