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

New commits:
commit 55bf8a21d06c47760976f4d0051248797be47a61
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:07:37 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 16 19:51:03 2024 +0100

    Fix typo
    
    Change-Id: I67c1591af46b530c3cbf46b0871d863a5c0aec24
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164907
    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 5efe74036760..4bfabb381414 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -1684,7 +1684,7 @@ class SFScriptForge:
             """
                 Gets the offset between GMT and the given timezone and locale, 
in minutes.
                     Args
-                        ``imezone``: the timezone for which the offset to the 
GMT will be calculated.
+                        ``timezone``: the timezone for which the offset to the 
GMT will be calculated.
 
                         ``locale``: the locale specifying the country for 
which the offset will be calculated,
                         given either in "la-CO" or "CO" formats.

Reply via email to