summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-07-31 10:25:47 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-08-01 07:19:15 +0200
commit1238170d165a3d6c55a792e49132f8c8098d21df (patch)
tree040b9656fe71c8f31edfed7fbd8c38f5c76c6386
parentc04cfbfb92b2cb247e3f58785d3fc49086b25cc0 (diff)
Fix typo
Change-Id: Ib8aabe9fc514b8f2b834e2805b2e583fac250efb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137655 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--dbaccess/source/core/api/RowSet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx
index 28c3929953c2..c3024a3afa85 100644
--- a/dbaccess/source/core/api/RowSet.cxx
+++ b/dbaccess/source/core/api/RowSet.cxx
@@ -618,7 +618,7 @@ void SAL_CALL ORowSet::close( )
MutexGuard aGuard( m_aMutex );
::connectivity::checkDisposed(ORowSet_BASE1::rBHelper.bDisposed);
}
- // additionals things to set
+ // additional things to set
freeResources( true );
}