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

New commits:
commit 5640b1b0d340301e0b90506952eef2d67e0b8ad1
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:04:55 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 16 19:44:11 2024 +0100

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

diff --git a/wizards/source/scriptforge/python/scriptforge.pyi 
b/wizards/source/scriptforge/python/scriptforge.pyi
index f823d713ff58..371d7b8c22c1 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -4835,7 +4835,7 @@ class SFDocuments:
 
         def IsLoaded(self, formdocument: str) -> bool:
             """
-                Return ``True`` if the given form Ddcument is currently open.
+                Return ``True`` if the given form Document is currently open.
                     Args
                         ``formdocument``: A valid hierarchical form document 
name as a case-sensitive string.
                 """

Reply via email to