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

New commits:
commit d7d37ac32c5c7828d376fd71e4a3f5fbc359a22f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 10:09:53 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 16 19:45:20 2024 +0100

    Fix typo
    
    Change-Id: I2e38b46435d927fe4fe8d656c92e7a75a5771ba1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164911
    Reviewed-by: Jean-Pierre Ledure <j...@ledure.be>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/wizards/source/scriptforge/python/scriptforge.pyi 
b/wizards/source/scriptforge/python/scriptforge.pyi
index b3e88e901081..c9ab46376efb 100644
--- a/wizards/source/scriptforge/python/scriptforge.pyi
+++ b/wizards/source/scriptforge/python/scriptforge.pyi
@@ -130,7 +130,7 @@ SCRIPT_URI = TypeVar('SCRIPT_URI', str, str)
 """
 SQL_SELECT = TypeVar('SQL_SELECT', str, str)
 """ A SQL command containing a SELECT statement, a tablename or a queryname.
-In a SELECT statement, table-, qyery- and field names may be surrounded by 
square brackets. """
+In a SELECT statement, table-, query- and field names may be surrounded by 
square brackets. """
 SQL_ACTION = TypeVar('SQL_ACTION', str, str)
 """ A SQL command containing an action statement (CREATE TABLE, INSERT, 
DELETE, ...).
 Table- and field names may be surrounded by square brackets. """

Reply via email to