[Libreoffice-commits] core.git: include/connectivity

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 3 05:06:53 UTC 2019


 include/connectivity/sqlnode.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e8913fc5554278b9a813bd492bba199bd2a3ebd8
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 30 22:26:13 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jul 3 07:05:43 2019 +0200

    Fix typo
    
    Change-Id: I1aa00b948d76ee3a5b7b1fcd7968ceb0946dab2f
    Reviewed-on: https://gerrit.libreoffice.org/75019
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/connectivity/sqlnode.hxx b/include/connectivity/sqlnode.hxx
index d6cb4b914890..fe90a29283c4 100644
--- a/include/connectivity/sqlnode.hxx
+++ b/include/connectivity/sqlnode.hxx
@@ -290,7 +290,7 @@ namespace connectivity
 
             @param _pErrorHolder
                 takes the error which occurred while generating the statement, if any. Might be <NULL/>,
-                in this case the error is not reported back, and can only be recognized by examing the
+                in this case the error is not reported back, and can only be recognized by examining the
                 return value.
 
             @return
@@ -386,7 +386,7 @@ namespace connectivity
 
         // makes the logic formula a little smaller
         static void compress(OSQLParseNode*& pSearchCondition);
-        // return the catalog, schema and tablename form this node
+        // return the catalog, schema and tablename from this node
         // _pTableNode must be a rule of that above or a SQL_TOKEN_NAME
         static bool getTableComponents(const OSQLParseNode* _pTableNode,
                                             css::uno::Any &_rCatalog,


More information about the Libreoffice-commits mailing list