diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-16 10:08:08 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-03-16 19:46:56 +0100 |
commit | c1215a2e085395a38fb83ad1a854d698c0e9cf31 (patch) | |
tree | 7ad5f38b38d130a2ec0e0b25ddc2392324a4cd32 /wizards | |
parent | b360a2b64f4c6937f92fc01614d21faeeca42bf2 (diff) |
Fix typo
Change-Id: I0a68811af1f5b9d32f453592ec357fa694747d35
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164909
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/scriptforge/python/scriptforge.pyi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/scriptforge/python/scriptforge.pyi b/wizards/source/scriptforge/python/scriptforge.pyi index 5ef926d44fe2..dbbf38da8391 100644 --- a/wizards/source/scriptforge/python/scriptforge.pyi +++ b/wizards/source/scriptforge/python/scriptforge.pyi @@ -6569,7 +6569,7 @@ class SFDocuments: Returns a Database service instance (service = ``SFDatabases.Database``) giving access to the execution of SQL commands on the database linked with the actual form document. Args - ``user``, ``oassword``: the login parameters. + ``user``, ``password``: the login parameters. """ ... |