wizards/source/scriptforge/python/scriptforge.pyi |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit ff7ed8ccca4165ecc4b23a9670ceb63fe8e8a313
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:04:16 2024 +0100
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Sat Mar 16 13:00:11 2024 +0100

    Fix typo
    
    Change-Id: I8c2e3dcfddd27aa7d32feb7a3c7923b411cdafa6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164899
    Reviewed-by: Jean-Pierre Ledure <j...@ledure.be>
    Tested-by: Jenkins

diff --git a/wizards/source/scriptforge/python/scriptforge.pyi 
b/wizards/source/scriptforge/python/scriptforge.pyi
index d37105b4a36e..d4556830e225 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -4178,11 +4178,11 @@ class SFDialogs:
         TripleState: bool
         """ Get/set whether the ``checkbox`` control may appear dimmed 
(grayed).    """
         URL: str
-        """ Get/set the URL to open when clcking the ``hyperlink`` control. """
+        """ Get/set the URL to open when clicking the ``hyperlink`` control. 
"""
         Value: Any
         """
         Get/set the content of the control:
-        
+
         - ``Button``: bool - For toggle buttons only.
         - ``CheckBox``: bool, int - 0, ``False``: not checked, 1, ``True``: 
checked, 2: grayed, don't know.
         - ``ComboBox``: str - The selected value. The ``ListIndex`` property 
is an alternate option.
commit effb43e5ac8ebb478e6d277a66c844d14769415e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:03:46 2024 +0100
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Sat Mar 16 12:59:58 2024 +0100

    Fix typo
    
    Change-Id: I26ad4b2cc6738087bb9cbae6eb5e852d7d520c05
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164898
    Reviewed-by: Jean-Pierre Ledure <j...@ledure.be>
    Tested-by: Jenkins

diff --git a/wizards/source/scriptforge/python/scriptforge.pyi 
b/wizards/source/scriptforge/python/scriptforge.pyi
index dc2569279786..d37105b4a36e 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -1190,7 +1190,7 @@ class SFScriptForge:
             """
                 Moves one or more files from one location to another.
                 Returns ``True`` if at least one file has been moved or 
``False`` if an error occurred.
-                An error will also occur if the source parameter uses wildcard 
characters anddoes not match any files.
+                An error will also occur if the source parameter uses wildcard 
characters and does not match any files.
 
                 The method stops immediately after it encounters an error. The 
method does not
                 roll back nor does it undo changes made before the error 
occurred.

Reply via email to