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

New commits:
commit 5569de72d7e8c4db34df5ffa10e0f46234cff1e7
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:11:12 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 16 19:48:44 2024 +0100

    Fix typo
    
    Change-Id: I07c180c9b659950fa0ecc4bf8ca26f2d133a393c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164913
    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 6cc54616e70d..f47592d1888a 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -2843,7 +2843,7 @@ class SFDatabases:
                 call the ``Commit()`` method to apply the changes to the 
database.
 
                     Args
-                        ``tranactionmode``: specifies the transaction mode.
+                        ``transactionmode``: specifies the transaction mode.
                         This argument must be one of the constants defined in 
``com.sun.star.sdbc.TransactionIsolation``
                         (Default = ``NONE``)
                     Returns

Reply via email to