summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
Diffstat (limited to 'basic')
-rw-r--r--basic/qa/vba_tests/partition.vb2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/qa/vba_tests/partition.vb b/basic/qa/vba_tests/partition.vb
index b8e09b7c0dc0..d134a4227fbd 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), "vertify_testPartion failed, hit error handler"
+ TestLog_ASSERT (false), "verify_testPartion failed, hit error handler"
End Function
Sub TestLog_ASSERT(assertion As Boolean, Optional testId As String, Optional testComment As String)