wizards/source/scriptforge/python/scriptforge.pyi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3764ae10f86f4b40f98b0e69e61268604c331c27
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:10:47 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 16 19:49:54 2024 +0100

    Fix typo
    
    Change-Id: I8c5c281897c53afb456b63c5f3838059bd1887d3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164912
    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 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.

Reply via email to