wizards/source/sfdatabases/SF_Database.xba |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 572c33ac7b48b52f81b0d1aee3d0b4feac1335c7
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Nov 25 21:20:14 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Nov 26 13:15:03 2023 +0100

    Fix typo
    
    Change-Id: I07a4d9fc05a49e17503d9fecd642bfe84466a408
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159956
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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
 &apos;&apos;&apos;
 &apos;&apos;&apos;             The provided interfaces include simple tables, 
queries and fields lists, and access to database metadata.
 &apos;&apos;&apos;
-&apos;&apos;&apos;             Tranaction handling
+&apos;&apos;&apos;             Transaction handling
 &apos;&apos;&apos;                     Changes to data remain reversible until 
the moment the running script instructs the database to commit them.
 &apos;&apos;&apos;                     The implicit (default) behaviour is 
that commit takes place after the execution of every single SQL statement.
 &apos;&apos;&apos;                     The choice can be made 
(SetTranactionMode()) to take commitments manually.

Reply via email to