Author: damjan
Date: Sun Dec  4 05:28:54 2016
New Revision: 1772503

URL: http://svn.apache.org/viewvc?rev=1772503&view=rev
Log:
Fix some comment typos.

Patch by: me


Modified:
    openoffice/trunk/main/connectivity/source/drivers/file/FConnection.cxx

Modified: openoffice/trunk/main/connectivity/source/drivers/file/FConnection.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/connectivity/source/drivers/file/FConnection.cxx?rev=1772503&r1=1772502&r2=1772503&view=diff
==============================================================================
--- openoffice/trunk/main/connectivity/source/drivers/file/FConnection.cxx 
(original)
+++ openoffice/trunk/main/connectivity/source/drivers/file/FConnection.cxx Sun 
Dec  4 05:28:54 2016
@@ -193,11 +193,11 @@ void OConnection::construct(const ::rtl:
                        }
                        else
                        {
-                               OSL_ENSURE(0,"OConnection::construct: 
::ucbhelper::Content isn't a folde nor a document! How that?!");
+                               OSL_ENSURE(0,"OConnection::construct: 
::ucbhelper::Content is neither a folder nor a document! How's that?!");
                                throw SQLException();
                        }
                }
-               catch(Exception& e) // a execption is thrown when no file exists
+               catch(Exception& e) // an exception is thrown when no file 
exists
                {
                        throwUrlNotValid(getURL(),e.Message);
                }


Reply via email to