summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-01 13:09:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-01 19:08:07 +0000
commit6445d8d7d662d9bbeb20647bd14470ff7a4dba34 (patch)
treef4a71ee65541f66d55ff5de44fdd0de07b286344 /sc/qa
parent943919692e8cd96839aeb8cc97598fd4e55c5eea (diff)
Fix typos
Change-Id: Icfc61fcc5ace717bca4bea988243674afe31e6f8 Reviewed-on: https://gerrit.libreoffice.org/29435 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/mark_test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/mark_test.cxx b/sc/qa/unit/mark_test.cxx
index 957d5fe5b780..6c983291fd58 100644
--- a/sc/qa/unit/mark_test.cxx
+++ b/sc/qa/unit/mark_test.cxx
@@ -63,7 +63,7 @@ struct MultiMarkTestData
std::vector<MarkArrayTestData> aMarkArrays;
// To test ScMultiSel::HasOneMark()
- // Encoding : StartCol is the column to test, StartRow is the begining of the one mark,
+ // Encoding : StartCol is the column to test, StartRow is the beginning of the one mark,
// EndRow is the end of the one mark, EndCol is not used
std::vector<ScRange> aColsWithOneMark;
std::vector<SCCOL> aColsWithoutOneMark;