diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-11-25 21:20:14 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-11-26 13:15:03 +0100 |
commit | 572c33ac7b48b52f81b0d1aee3d0b4feac1335c7 (patch) | |
tree | 21808f25db083c8c78a70752dd244bc0353e7837 /wizards | |
parent | 1aa8d3d2776aa8eab35939179c232e64eab58b4a (diff) |
Fix typo
Change-Id: I07a4d9fc05a49e17503d9fecd642bfe84466a408
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159956
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/sfdatabases/SF_Database.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/sfdatabases/SF_Database.xba b/wizards/source/sfdatabases/SF_Database.xba index 141a5bade393..fa5d0778b873 100644 --- a/wizards/source/sfdatabases/SF_Database.xba +++ b/wizards/source/sfdatabases/SF_Database.xba @@ -25,7 +25,7 @@ Option Explicit ''' ''' The provided interfaces include simple tables, queries and fields lists, and access to database metadata. ''' -''' Tranaction handling +''' Transaction handling ''' Changes to data remain reversible until the moment the running script instructs the database to commit them. ''' The implicit (default) behaviour is that commit takes place after the execution of every single SQL statement. ''' The choice can be made (SetTranactionMode()) to take commitments manually. |