From 572c33ac7b48b52f81b0d1aee3d0b4feac1335c7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 25 Nov 2023 21:20:14 +0100 Subject: Fix typo Change-Id: I07a4d9fc05a49e17503d9fecd642bfe84466a408 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159956 Tested-by: Jenkins Reviewed-by: Julien Nabet --- wizards/source/sfdatabases/SF_Database.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards') 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. -- cgit