diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-07-03 10:05:58 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-07-03 10:06:39 +0200 |
commit | e9e61a4a7850ec7f2e0cf238c58794b021da5235 (patch) | |
tree | d0cca5416c568b1b0fab83a85e7d65a02b4e3932 /extensions/test/ole | |
parent | dd819b76b60df52e98d75993f9e69c22f2811de9 (diff) |
typo: therfore -> therefore
Change-Id: I9dcc0ce882dfd533d98a4f71625bb85e44084283
Diffstat (limited to 'extensions/test/ole')
-rw-r--r-- | extensions/test/ole/VisualBasic/Module1.vb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/test/ole/VisualBasic/Module1.vb b/extensions/test/ole/VisualBasic/Module1.vb index 4295ee64eb28..ae3ca7fa4c93 100644 --- a/extensions/test/ole/VisualBasic/Module1.vb +++ b/extensions/test/ole/VisualBasic/Module1.vb @@ -201,7 +201,7 @@ Public Sub Main() objOleTest.testout_methodUHyper(outUHyper)
objOleTest.testout_methodString(outString)
objOleTest.testout_methodChar(outChar)
- 'outCharAsString is a string. Therfore the returned sal_Unicode value of 65 will be converted
+ 'outCharAsString is a string. Therefore the returned sal_Unicode value of 65 will be converted
'to a string "65"
objOleTest.testout_methodChar(outCharAsString)
objOleTest.testout_methodAny(outAny)
|