summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-03 00:27:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-04-14 08:05:36 +0200
commitcc7ff0c141e27090ab521073b961b5eeeb4d693e (patch)
treea5b72c5500f247da4323b340cbe87534ac5aba6c /smoketest
parent5203027d74c73f865c53d0be488757ce150130d0 (diff)
Fix typos
Change-Id: I28d9591517c324e995691139582c77b5cfdc9d77 Reviewed-on: https://gerrit.libreoffice.org/52211 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/data/Basic/Standard/Test_DB.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/data/Basic/Standard/Test_DB.xml b/smoketest/data/Basic/Standard/Test_DB.xml
index 4572f3d337e9..d3452d141d27 100644
--- a/smoketest/data/Basic/Standard/Test_DB.xml
+++ b/smoketest/data/Basic/Standard/Test_DB.xml
@@ -32,7 +32,7 @@ Sub TestDB
Dim sDBName as String, sTable as String, sCurrentMessage as String
Dim nRowCount as Integer
Dim bResult as Boolean
- Const sTestString = &quot;Automatical Test&quot;
+ Const sTestString = &quot;Automatic Test&quot;
On Local Error GoTo DBERROR