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

New commits:
commit c68303fb07ad061fc55e978064fe8bb959a3a6fe
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:14:06 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 16 19:43:42 2024 +0100

    Fix typo
    
    Change-Id: I6e332fc1366cf6cc20f7d4bbb546996bcfcfc6f6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164919
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/wizards/source/scriptforge/python/scriptforge.pyi 
b/wizards/source/scriptforge/python/scriptforge.pyi
index a1b244e111de..f823d713ff58 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -4108,7 +4108,7 @@ class SFDialogs:
         Format: Literal["Standard (short)", "Standard (short YY)", "Standard 
(short YYYY)", "Standard (long)",
         "DD/MM/YY", "MM/DD/YY", "YY/MM/DD", "DD/MM/YYYY", "MM/DD/YYYY", 
"YYYY/MM/DD", "YY-MM-DD", "YYYY-MM-DD",
         "24h short", "24h long", "12h short", "12h long"]
-        """ Get/set the format used to display dates and times. Applicable to 
``DateField, TimeFiels, FormattedField``
+        """ Get/set the format used to display dates and times. Applicable to 
``DateField, TimeField, FormattedField``
         controls.   """
         Height: int
         """ Get/set the height of the control.       """

Reply via email to