wizards/source/scriptforge/python/scriptforge.py  |    2 +-
 wizards/source/scriptforge/python/scriptforge.pyi |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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

diff --git a/wizards/source/scriptforge/python/scriptforge.py 
b/wizards/source/scriptforge/python/scriptforge.py
index c01d40b57fe0..cdb627fdc258 100644
--- a/wizards/source/scriptforge/python/scriptforge.py
+++ b/wizards/source/scriptforge/python/scriptforge.py
@@ -56,7 +56,7 @@
             ScriptForge(hostname = 'localhost', port = 2024)
 
         When the user uses an IDE like PyCharm or VSCode, (s)he might benefit 
from the typing
-        hints provided by them thanks to the twin scriptforhe.pyi module.
+        hints provided by them thanks to the twin scriptforge.pyi module.
 
     Specific documentation about the use of ScriptForge from Python scripts:
         
https://help.libreoffice.org/latest/en-US/text/sbasic/shared/03/sf_intro.html?DbPAR=BASIC
commit da7c50f6f74e79201e23cdc032b2288b6679e2c9
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:12:29 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 16 19:47:34 2024 +0100

    Fix typo
    
    Change-Id: I0db6ac0b9edfd6953d668dd0949c692630665a2f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164915
    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 41d10c27f2b3..6cc54616e70d 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -6835,7 +6835,7 @@ class SFWidgets:
                            script: SCRIPT_URI = ...,
                            ) -> int:
             """
-                Inserts a radio btton in the menu.
+                Inserts a radio button in the menu.
                     Args
                         ``menuitem``: defines the text to be displayed in the 
menu.
                         This argument also defines the hierarchy of the item 
inside the menu by using the submenu

Reply via email to