From a0c86b527ffdd1484c65d5e448c9d7cac9c02963 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 1 Jun 2013 00:42:53 +0200 Subject: typo length Change-Id: Idb698e0fc47bfb50db1127edbec4ee92c5b420f3 --- basic/qa/vba_tests/strconv.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic') diff --git a/basic/qa/vba_tests/strconv.vb b/basic/qa/vba_tests/strconv.vb index a98fbaa5b092..c23299bb37ae 100644 --- a/basic/qa/vba_tests/strconv.vb +++ b/basic/qa/vba_tests/strconv.vb @@ -56,7 +56,7 @@ Function verify_testStrConv() as String 'x = StrConv("ÉϺ£ÊÐABC", vbFromUnicode) 'MsgBox retStr - 'TestLog_ASSERT UBound(x) = 8, "Converts the string from Unicode, the lenght is : " & UBound(x) + 1 + 'TestLog_ASSERT UBound(x) = 8, "Converts the string from Unicode, the length is : " & UBound(x) + 1 ' retStr = StrConv(x, vbUnicode) 'MsgBox retStr -- cgit