connectivity/source/drivers/file/FConnection.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1307212b87194f5c18eae0517f0dc4fcb0833e33
Author: Damjan Jovanovic <dam...@apache.org>
Date:   Sun Dec 4 05:28:54 2016 +0000

    Fix some comment typos.
    
    Patch by: me
    
    (cherry picked from commit 7ac035b2ddf9275085c30d1048bec7da160158f0)
    
    Change-Id: Ic5fa1abe69fbf5f656e79fcd5e17ea5f84208ae6

diff --git a/connectivity/source/drivers/file/FConnection.cxx 
b/connectivity/source/drivers/file/FConnection.cxx
index 8937d10..d77f1b4 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);
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to