summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-17 17:41:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-19 16:31:56 +0200
commit21c1f1701fe11a87b4e65991aab1911185ea9d48 (patch)
treea4555fbb5497177c71e684b3c34b6bdc1037a84a /basic
parent55053394c1253cb55109af354e417288486bf81e (diff)
Fix typo in code
Change-Id: Ie8ebbfd9bdf5916d50161fdf39de963730f051a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100868 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basic')
-rw-r--r--basic/qa/vba_tests/stringplusdouble.vb2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/qa/vba_tests/stringplusdouble.vb b/basic/qa/vba_tests/stringplusdouble.vb
index cfe4a5bc6cf3..7d416709a4c0 100644
--- a/basic/qa/vba_tests/stringplusdouble.vb
+++ b/basic/qa/vba_tests/stringplusdouble.vb
@@ -275,7 +275,7 @@ Sub test2()
MsgBox d
End Sub
-Sub testBolean()
+Sub testBoolean()
Dim a As String
Dim b As Boolean
Dim c As Boolean