[Libreoffice-commits] core.git: basic/qa
Julien Nabet
serval2412 at yahoo.fr
Fri May 31 15:45:26 PDT 2013
basic/qa/vba_tests/strconv.vb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a0c86b527ffdd1484c65d5e448c9d7cac9c02963
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Jun 1 00:42:53 2013 +0200
typo length
Change-Id: Idb698e0fc47bfb50db1127edbec4ee92c5b420f3
diff --git a/basic/qa/vba_tests/strconv.vb b/basic/qa/vba_tests/strconv.vb
index a98fbaa..c23299b 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
More information about the Libreoffice-commits
mailing list