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

New commits:
commit 42a01a525b325bf381cb5e08bc74416d1d4d64a5
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:08:33 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 16 19:49:23 2024 +0100

    Fix typo
    
    Change-Id: Iac27e35e92ec8f481d0d6ba71c87f72e10a99ffb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164910
    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 f47592d1888a..251e24184ca8 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -977,7 +977,7 @@ class SFScriptForge:
 
         def CreateFolder(self, foldername: FILE) -> bool:
             """
-                Creates the specified ``olderame``.
+                Creates the specified ``foldername``.
                 If the specified folder has a parent folder that does not 
exist, it is created.
                     Args
                         foldername: a string representing the folder to 
create. It must not exist.

Reply via email to