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

New commits:
commit a0d5d8d16595dd9e9b2adcdd1817650b25569554
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:05:46 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 16 19:50:27 2024 +0100

    Fix typo
    
    Change-Id: I1264c4594bbedf7398816552795e33c489ef2863
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164902
    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 8a2a3f050be1..e3f4c3a2fecd 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -769,7 +769,7 @@ class SFScriptForge:
             Use the console when the Python shell is not available, for 
example in ``Calc`` user defined functions (UDF)
             or during events processing.
 
-            Use the ``DebugPrint()`` and ``DebuDisplay()`` methods to log any 
relevant information, events  and data
+            Use the ``DebugPrint()`` and ``DebugDisplay()`` methods to log any 
relevant information, events  and data
             of any type to the console.
 
             Console entries can be dumped to a text file or visualized in a 
dialogue.

Reply via email to