summaryrefslogtreecommitdiff
path: root/sw/qa/extras
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-05-04 23:14:14 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-05-05 09:12:30 +0200
commit2a7952962ace0ff0ab1dc5379b27fdabc82a64b5 (patch)
tree3cdfab43edd47ee1598568b5f0ccca2244cd2ee9 /sw/qa/extras
parent5d66979a58363e0362b13c637b7eade0fc28505d (diff)
Fix typo
Change-Id: I4998d44daba0c3802e8d79a3bba4dff1b1e653e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151404 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/qa/extras')
-rw-r--r--sw/qa/extras/uiwriter/uiwriter3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter3.cxx b/sw/qa/extras/uiwriter/uiwriter3.cxx
index 170f02ac4868..4b515444e0d3 100644
--- a/sw/qa/extras/uiwriter/uiwriter3.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter3.cxx
@@ -2326,7 +2326,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, testTdf150457)
pTextDoc->postKeyEvent(LOK_KEYEVENT_KEYINPUT, 0, KEY_DELETE);
// Page up moves the cursor from the footnote area to the main text, then
- // doing select all and pressing delete removes all the text and footenote references,
+ // doing select all and pressing delete removes all the text and footnote references,
// thus removing all the footnotes
pTextDoc->postKeyEvent(LOK_KEYEVENT_KEYINPUT, 0, KEY_PAGEUP);
pTextDoc->postKeyEvent(LOK_KEYEVENT_KEYINPUT, 0, awt::Key::SELECT_ALL);