[Libreoffice-commits] core.git: basic/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Aug 19 14:32:37 UTC 2020


 basic/qa/vba_tests/stringplusdouble.vb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 21c1f1701fe11a87b4e65991aab1911185ea9d48
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Aug 17 17:41:30 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Aug 19 16:31:56 2020 +0200

    Fix typo in code
    
    Change-Id: Ie8ebbfd9bdf5916d50161fdf39de963730f051a8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100868
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

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


More information about the Libreoffice-commits mailing list