summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-03-16 13:31:18 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-03-20 09:35:30 +0100
commit64e5fefbf17c1e7b2b8909446eb8cd6776740952 (patch)
tree0294962fb6ad2ebc1100bb5bb203254813615e83 /dbaccess
parentThe DEBUG_WRITERFILTER code should be a dbgutil thing (diff)
downloadcore-64e5fefbf17c1e7b2b8909446eb8cd6776740952.tar.gz
core-64e5fefbf17c1e7b2b8909446eb8cd6776740952.zip
Fix typo
Change-Id: Ic1e3440c29a1dc77761e94bde41ac3a000975a37 Reviewed-on: https://gerrit.libreoffice.org/69456 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 af94d6da92ff..ea9d40fbcc90 100644
--- a/dbaccess/source/core/api/RowSetBase.hxx
+++ b/dbaccess/source/core/api/RowSetBase.hxx
@@ -73,7 +73,7 @@ namespace dbaccess
{
protected:
typedef std::vector<ORowSetDataColumn*> TDataColumns;
- ::osl::Mutex* m_pMutex; // this the mutex form the rowset itself
+ ::osl::Mutex* m_pMutex; // this is the mutex from the rowset itself
::osl::Mutex // we need a extra mutex for columns to prevent deadlock when setting new values
// for a row
m_aColumnsMutex;