summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-01-08 06:57:25 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-01-08 13:25:05 +0100
commit2e5c4b4081411b77b5e0593225b805d3756f7533 (patch)
tree48ef95101e79cf6a86ee34a6678426b4bc8251de /dbaccess
parentcc8eeb3148b88807b4acf4ac3c829fb4f37f9a80 (diff)
Grammar fixes
Change-Id: I6ac6f6abb601aa254e94612e6826488393de8e3c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86383 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/RowSetCache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/RowSetCache.cxx b/dbaccess/source/core/api/RowSetCache.cxx
index 2f71f9e4bc5d..1ca8ba61b7da 100644
--- a/dbaccess/source/core/api/RowSetCache.cxx
+++ b/dbaccess/source/core/api/RowSetCache.cxx
@@ -875,7 +875,7 @@ void ORowSetCache::moveWindow()
bool bCheck;
bCheck = m_xCacheSet->absolute(nNewStartPos + 1);
- // m_nEndPos < nNewEndPos when window not filled (e.g. there are less rows in total than window size)
+ // m_nEndPos < nNewEndPos when window not filled (e.g. there are fewer rows in total than window size)
m_nEndPos = std::min(nNewEndPos, m_nEndPos);
const sal_Int32 nOverlapSize = m_nEndPos - m_nStartPos;
const sal_Int32 nStartPosOffset = m_nStartPos - nNewStartPos; // by how much m_nStartPos moves