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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jul 23 14:55:53 UTC 2018


 dbaccess/source/core/api/RowSetBase.hxx                      |    2 +-
 desktop/source/deployment/registry/help/dp_helpbackenddb.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit deafd385566a5e65d0fe33780db2fcd3825f369e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jul 19 16:33:19 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Jul 23 16:55:32 2018 +0200

    Fix typos
    
    Change-Id: I9671ad7c9e75b9e10abf46bc6b53fcd760acecbf
    Reviewed-on: https://gerrit.libreoffice.org/57599
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>

diff --git a/dbaccess/source/core/api/RowSetBase.hxx b/dbaccess/source/core/api/RowSetBase.hxx
index 630209ae9bf3..a6508b362952 100644
--- a/dbaccess/source/core/api/RowSetBase.hxx
+++ b/dbaccess/source/core/api/RowSetBase.hxx
@@ -74,7 +74,7 @@ namespace dbaccess
     protected:
         typedef std::vector<ORowSetDataColumn*>   TDataColumns;
         ::osl::Mutex*                           m_pMutex;           // this the mutex form the rowset itself
-        ::osl::Mutex                            // we need a extra mutex for columns to prevend deadlock when setting new values
+        ::osl::Mutex                            // we need a extra mutex for columns to prevent deadlock when setting new values
                                                 // for a row
                                                 m_aColumnsMutex;
 
diff --git a/desktop/source/deployment/registry/help/dp_helpbackenddb.hxx b/desktop/source/deployment/registry/help/dp_helpbackenddb.hxx
index 50621abd576a..ad030ee60f58 100644
--- a/desktop/source/deployment/registry/help/dp_helpbackenddb.hxx
+++ b/desktop/source/deployment/registry/help/dp_helpbackenddb.hxx
@@ -65,7 +65,7 @@ public:
     void addEntry(OUString const & url, Data const & data);
 
     ::boost::optional<Data> getEntry(OUString const & url);
-    //must also return the data urls for entries with @activ="false". That is,
+    //must also return the data urls for entries with @active="false". That is,
     //those are currently revoked.
     std::vector< OUString> getAllDataUrls();
 


More information about the Libreoffice-commits mailing list