summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-03-16 10:05:46 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-03-16 19:50:27 +0100
commita0d5d8d16595dd9e9b2adcdd1817650b25569554 (patch)
tree6886137a215c162ce046fbfe89a2d360390a71bc
parentFix typo (diff)
downloadcore-a0d5d8d16595dd9e9b2adcdd1817650b25569554.tar.gz
core-a0d5d8d16595dd9e9b2adcdd1817650b25569554.zip
Fix typo
Change-Id: I1264c4594bbedf7398816552795e33c489ef2863 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164902 Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jenkins
-rw-r--r--wizards/source/scriptforge/python/scriptforge.pyi2
1 files changed, 1 insertions, 1 deletions
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.