diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-17 17:41:07 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-17 19:42:42 +0200 |
commit | d7484b08c636801b474582c1e940dc8e497b74e8 (patch) | |
tree | f12af51b7e91c2b4aa5c2d5754011d37e275bcc9 /basic/qa | |
parent | bda18edf18f30cabb1c6589c59afc77f38541220 (diff) |
Fix typos
Change-Id: Id31299912b822baf9eecbb03cba53339f0528ae8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100867
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic/qa')
-rw-r--r-- | basic/qa/vba_tests/partition.vb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/qa/vba_tests/partition.vb b/basic/qa/vba_tests/partition.vb index d134a4227fbd..e4c2bda6743e 100644 --- a/basic/qa/vba_tests/partition.vb +++ b/basic/qa/vba_tests/partition.vb @@ -48,7 +48,7 @@ Function verify_testPartition() as String verify_testPartition = result Exit Function errorHandler: - TestLog_ASSERT (false), "verify_testPartion failed, hit error handler" + TestLog_ASSERT (false), "verify_testPartition failed, hit error handler" End Function Sub TestLog_ASSERT(assertion As Boolean, Optional testId As String, Optional testComment As String) |