[Libreoffice-commits] core.git: dbaccess/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu May 2 17:51:31 UTC 2019


 dbaccess/source/core/dataaccess/databaseregistrations.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 678d71c2d8009cd6e8c274158f4195a4df523cc0
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 28 21:11:22 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu May 2 19:50:18 2019 +0200

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

diff --git a/dbaccess/source/core/dataaccess/databaseregistrations.cxx b/dbaccess/source/core/dataaccess/databaseregistrations.cxx
index 5bc7b86cfa71..2b0e70eba9cf 100644
--- a/dbaccess/source/core/dataaccess/databaseregistrations.cxx
+++ b/dbaccess/source/core/dataaccess/databaseregistrations.cxx
@@ -119,7 +119,7 @@ namespace dbaccess
             simply do a "getByName" (equivalent) when we want to retrieve the node for a given registration name.
             Instead, we must search all nodes.
 
-            If a node with the given name already exists, then a ElementExistException is thrown.
+            If a node with the given name already exists, then an ElementExistException is thrown.
 
             If no exception is thrown, then a valid node is returned: If the node did not yet exist a new node is created,
             in this case the root node is not yet committed.


More information about the Libreoffice-commits mailing list