diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-06-01 00:42:53 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-06-01 00:43:26 +0200 |
commit | a0c86b527ffdd1484c65d5e448c9d7cac9c02963 (patch) | |
tree | c33a584ed00bf2ebac1bae74d856f04d466b3f8e /basic | |
parent | 6f4c047d425b47a474e541cceac284d83a20b0b7 (diff) |
typo length
Change-Id: Idb698e0fc47bfb50db1127edbec4ee92c5b420f3
Diffstat (limited to 'basic')
-rw-r--r-- | basic/qa/vba_tests/strconv.vb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |