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

New commits:
commit 5208cc2995a0dfb0377b9d14df469e67939de012
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:06:27 2024 +0100
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Sat Mar 16 13:00:38 2024 +0100

    Fix typo
    
    Change-Id: Ic25c4b9fe4fe898de328f1ea98ef69983c66a7c0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164904
    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 a698f7710d4e..0f0e77d98cfd 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -1398,7 +1398,7 @@ class SFScriptForge:
                 or by a successful invocation of the L10N service with the 
``FolderName`` argument.
                 The generated file should pass successfully the ``"msgfmt 
--check 'the pofile'"`` GNU command.
                     Args
-                        ``filename``: the complete file name (in 
``filesstem.FileNaming`` notation)
+                        ``filename``: the complete file name (in 
``filesystem.FileNaming`` notation)
                         to export to. If it exists, it is overwritten without 
warning.
 
                         ``header``: comments that will appear on top of the 
generated file. Do not include
commit 4640cec9206f890bd79fee2310f6ee144aa12752
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:06:10 2024 +0100
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Sat Mar 16 13:00:24 2024 +0100

    Fix typo
    
    Change-Id: I794f03ec9fe6cc7f1adfe790432a3e252da54b70
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164903
    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 d4556830e225..a698f7710d4e 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -3483,7 +3483,7 @@ class SFDialogs:
 
                         ``border``: "3D" (default), "FLAT" or "NONE".
 
-                        ``dropdown``: when ``True`` a dropdwn button is shown. 
Default = ``False``.
+                        ``dropdown``: when ``True`` a dropdown button is 
shown. Default = ``False``.
 
                         ``mindate``:  the smallest date that can be entered in 
the control. Default = 1900-01-01.
 
@@ -3492,7 +3492,7 @@ class SFDialogs:
                         A ``SFDialogs.SF_DialogControl`` instance or ``None``.
                 """
             ...
-        
+
         def CreateFileControl(self,
                               controlname: str,
                               place: Union[UNO, Tuple[int, int, int, int]],

Reply via email to