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

New commits:
commit 7abfe574e2c5ef026ea31d5ae2e76315fa842569
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:06:47 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 16 19:45:46 2024 +0100

    Fix typo
    
    Change-Id: I42521b965da582e00e4fa9186bb5de3ea3defd4f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164905
    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 c9ab46376efb..4ae1e93dfdde 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -7000,7 +7000,7 @@ class SFWidgets:
             """
                 Displays the popup menu and waits for a user action.
                     Args
-                        ``returnid``: if ``True`` (default), the numeric 
identfier of the selected item is returned.
+                        ``returnid``: if ``True`` (default), the numeric 
identifier of the selected item is returned.
                         If ``False``, the method returns the item's name.
                     Returns
                         The item clicked by the user.

Reply via email to