xmlsecurity/qa/uitest/gpg/encrypt.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit afe5e625c3bd4ce939152e15baa46d3834244377
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Aug 5 17:29:47 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Aug 5 17:52:17 2024 +0200

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

diff --git a/xmlsecurity/qa/uitest/gpg/encrypt.py 
b/xmlsecurity/qa/uitest/gpg/encrypt.py
index a3b0bc3f958d..453a4101659f 100644
--- a/xmlsecurity/qa/uitest/gpg/encrypt.py
+++ b/xmlsecurity/qa/uitest/gpg/encrypt.py
@@ -93,6 +93,6 @@ class GpgEncryptTest(UITestCase):
                         with self.ui_test.execute_dialog_through_action(xOpen, 
"CLICK", close_button="") as xSignOnConsecutiveSaveDialog:
                             
xSignOnConsecutiveSaveDialog.getChild("no").executeAction("CLICK", tuple())
 
-                        # confirm signing was sucessful
+                        # confirm signing was successful
                         
self.assertTrue(self.ui_test.get_component().getPropertyValue("HasValidSignatures"))
 # vim: set shiftwidth=4 softtabstop=4 expandtab:

Reply via email to