sw/qa/extras/uiwriter/uiwriter3.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2a7952962ace0ff0ab1dc5379b27fdabc82a64b5
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu May 4 23:14:14 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri May 5 09:12:30 2023 +0200

    Fix typo
    
    Change-Id: I4998d44daba0c3802e8d79a3bba4dff1b1e653e5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151404
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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);

Reply via email to