diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-16 10:09:53 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-03-16 19:45:20 +0100 |
commit | d7d37ac32c5c7828d376fd71e4a3f5fbc359a22f (patch) | |
tree | 10bf1bcea6682df343ce7343d1fe4fc0e81a03c7 /wizards | |
parent | 7e0a186d18b1fabe85816d9656925dce9b552dd0 (diff) |
Fix typo
Change-Id: I2e38b46435d927fe4fe8d656c92e7a75a5771ba1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164911
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 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. """ |