summaryrefslogtreecommitdiff
path: root/xmlsecurity/qa/uitest
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-08-05 17:29:47 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-08-05 17:52:17 +0200
commitafe5e625c3bd4ce939152e15baa46d3834244377 (patch)
treeb1a00250231bc7fedf4515c9f94c8155f8e5e2ab /xmlsecurity/qa/uitest
parentc9f801f527634a4ec1b5712d345a5ff669e26bbd (diff)
Fix typo
Change-Id: I5cef95873cd6a67ba2994dcb6c2c8ed231c0b2ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171494 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmlsecurity/qa/uitest')
-rw-r--r--xmlsecurity/qa/uitest/gpg/encrypt.py2
1 files changed, 1 insertions, 1 deletions
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: