sc/qa/uitest/calc_tests8/tdf125051.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4ca12e0144c9c6dbeadda1ac297ca496d08ec323
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jul 20 18:51:52 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Jul 26 20:27:01 2025 +0200

    Fix typo
    
    Change-Id: I078d44de170cd65de23ea1084849c0cecb28e20a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188087
    Tested-by: Jenkins
    Reviewed-by: Simon Chenery <simon_chen...@yahoo.com>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sc/qa/uitest/calc_tests8/tdf125051.py 
b/sc/qa/uitest/calc_tests8/tdf125051.py
index d923a3ff7580..97b7dbdbb9a4 100644
--- a/sc/qa/uitest/calc_tests8/tdf125051.py
+++ b/sc/qa/uitest/calc_tests8/tdf125051.py
@@ -25,7 +25,7 @@ class tdf125051(UITestCase):
     def test_tdf125051_crash_spelling_dialog(self):
         # Check if English spellchecker is installed and active
         if not self.hasExtension("org.openoffice.en.hunspell.dictionaries"):
-            print("Skipping test_tdf125051_crash_spelling_dialog: English 
spellckecker is unavailable")
+            print("Skipping test_tdf125051_crash_spelling_dialog: English 
spellchecker is unavailable")
             return # can't test without English spell checker
 
         with self.ui_test.create_doc_in_start_center("calc") as document:

Reply via email to