From 08750535c5c88dced2e46710506efc06d8312c0f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 16 Mar 2024 10:05:28 +0100 Subject: [PATCH] Fix typo Change-Id: Ie04b3b3a96b2d4651b6dc477215f29a48c1be4c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164901 Reviewed-by: Jean-Pierre Ledure Tested-by: Jenkins --- wizards/source/scriptforge/python/scriptforge.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.