summaryrefslogtreecommitdiffstats
path: root/desktop/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-09-22 22:10:23 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-09-23 05:29:21 +0200
commit84e61754bfe2f07de412c24513774900702a48a2 (patch)
treecb3b744066464e958b88885180f9d7ddde6da922 /desktop/qa
parentadd some unittests for SwRegionRects (diff)
downloadcore-84e61754bfe2f07de412c24513774900702a48a2.tar.gz
core-84e61754bfe2f07de412c24513774900702a48a2.zip
Fix typos
Change-Id: I01c46b864e296d4094f0a1579fdc64066eacc386 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122496 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'desktop/qa')
-rw-r--r--desktop/qa/desktop_lib/test_desktop_lib.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx
index 680e48228d10..d827124a4e52 100644
--- a/desktop/qa/desktop_lib/test_desktop_lib.cxx
+++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx
@@ -3299,7 +3299,7 @@ void DesktopLOKTest::testMultiViewTableSelection()
Scheduler::ProcessEventsToIdle();
// View1 should not get any table selection messages.
CPPUNIT_ASSERT_EQUAL(0, aView1.m_nTableSelectionCount);
- // View2 will first get table selection of Table1, then emty selection, and finally on 7th down arrow keypress,
+ // View2 will first get table selection of Table1, then empty selection, and finally on 7th down arrow keypress,
// it will get table-selection of Table2. So in total it should get 3 table selections.
CPPUNIT_ASSERT_EQUAL(3, aView2.m_nTableSelectionCount);
CPPUNIT_ASSERT(!aView2.m_bEmptyTableSelection);