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 <[email protected]>
AuthorDate: Thu Jul 19 16:33:19 2018 +0200
Commit:     Julien Nabet <[email protected]>
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 <[email protected]>
    Reviewed-by: Christian Lohmaier <[email protected]>

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();
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to