wizards/source/scriptforge/python/scriptforge.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 60489faa6c4dff83abcf63d615a16c71a412b856
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon May 22 17:50:03 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon May 22 20:45:22 2023 +0200

    Fix typo
    
    Change-Id: Ic3f79113f09be10f6ff33183b09f80e269f77f93
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152122
    Reviewed-by: Jean-Pierre Ledure <j...@ledure.be>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

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'

Reply via email to