summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-03-16 10:05:28 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-03-16 19:50:47 +0100
commit08750535c5c88dced2e46710506efc06d8312c0f (patch)
treebcd38f46e1944d6b27955f228333845455c876f9 /wizards
parenta0d5d8d16595dd9e9b2adcdd1817650b25569554 (diff)
Fix typo
Change-Id: Ie04b3b3a96b2d4651b6dc477215f29a48c1be4c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164901 Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jenkins
Diffstat (limited to 'wizards')
-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 e3f4c3a2fecd..5efe74036760 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -3440,7 +3440,7 @@ class SFDialogs:
accuracy: int = ...
) -> Optional[DIALOGCONTROL]:
"""
- Create a new control of type ``CurrenyField`` in the actual dialog.
+ Create a new control of type ``CurrencyField`` in the actual dialog.
Args
``controlname``: the name of the new control. It must not exist yet.