summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-05-22 17:50:03 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-05-22 20:45:22 +0200
commit60489faa6c4dff83abcf63d615a16c71a412b856 (patch)
tree416b3baed16440d3382cc74f93a5e7641709f172 /wizards
parentfba847a7fc515b271b60c1a3fe54254cc4424423 (diff)
Fix typo
Change-Id: Ic3f79113f09be10f6ff33183b09f80e269f77f93 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152122 Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/scriptforge/python/scriptforge.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/scriptforge/python/scriptforge.py b/wizards/source/scriptforge/python/scriptforge.py
index 8b3a67fe2f60..66d69238a16c 100644
--- a/wizards/source/scriptforge/python/scriptforge.py
+++ b/wizards/source/scriptforge/python/scriptforge.py
@@ -1993,7 +1993,7 @@ class SFDialogs:
class SF_NewDialog(SFServices):
"""
Pseudo service never returned from the Basic world. A SF_Dialog instance is returned instead.
- Main purpose: manage the arguments of CreateScritService() for the creation of a dialog from scratch
+ Main purpose: manage the arguments of CreateScriptService() for the creation of a dialog from scratch
"""
# Mandatory class properties for service registration
serviceimplementation = 'basic'