summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-19 16:33:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-23 16:55:32 +0200
commitdeafd385566a5e65d0fe33780db2fcd3825f369e (patch)
treea20d5bda01707d6d91ae6b8fe66303d590b2e2ec /dbaccess
parentc13865a4caf7898c4e59a5b22bbd493d6dad9661 (diff)
Fix typos
Change-Id: I9671ad7c9e75b9e10abf46bc6b53fcd760acecbf Reviewed-on: https://gerrit.libreoffice.org/57599 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/RowSetBase.hxx2
1 files changed, 1 insertions, 1 deletions
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;