summaryrefslogtreecommitdiff
path: root/wizards/source/scriptforge
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-03-16 10:10:47 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-03-16 19:49:54 +0100
commit3764ae10f86f4b40f98b0e69e61268604c331c27 (patch)
treea3c32ff2ad00dd263fcc87d346a0e0f6c9239d34 /wizards/source/scriptforge
parent42a01a525b325bf381cb5e08bc74416d1d4d64a5 (diff)
Fix typo
Change-Id: I8c5c281897c53afb456b63c5f3838059bd1887d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164912 Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jenkins
Diffstat (limited to 'wizards/source/scriptforge')
-rw-r--r--wizards/source/scriptforge/python/scriptforge.pyi4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/scriptforge/python/scriptforge.pyi b/wizards/source/scriptforge/python/scriptforge.pyi
index 251e24184ca8..8a2a3f050be1 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -2749,7 +2749,7 @@ class SFDatabases:
``sqlcommand``: a table name, a query name or a ``SELECT SQL`` statement.
``directsql``: when ``True``, no syntax conversion is done by LibreOffice.
- Ignored when ``sqlommand`` is a table or a query name. Defaults to ``False``.
+ Ignored when ``sqlcommand`` is a table or a query name. Defaults to ``False``.
``header``: when ``True``, a header row is inserted on the top of the list with the
column names. Defaults to ``False``.
@@ -4441,7 +4441,7 @@ class SFDocuments:
IsWriter: bool
""" ``True`` when type of document = ``Writer``. """
Keywords: str
- """ Get/set the ``Keywords`` property of the document as a comma-seprated list of keywords.
+ """ Get/set the ``Keywords`` property of the document as a comma-separated list of keywords.
This property is not applicable to ``Base`` documents. """
Readonly: bool
""" ``True`` if the document is actually in read-only mode.