summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2012-06-01 14:49:02 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2012-06-01 17:02:53 +0200
commit13b45d774088f55b07388e69f44a98468ea64a06 (patch)
tree06d7d152ab1839a26d001bba4ee1f6a7ef426f86 /connectivity
parent3c436c2b0c74367dfdbbae96090be2f9828765ce (diff)
Update comments
Change-Id: I7e3f09d61cb35165000a35c8d3c3f2d284cf164e
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/odbcbase/OTools.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/odbcbase/OTools.cxx b/connectivity/source/drivers/odbcbase/OTools.cxx
index df7407659da5..99108590d241 100644
--- a/connectivity/source/drivers/odbcbase/OTools.cxx
+++ b/connectivity/source/drivers/odbcbase/OTools.cxx
@@ -693,8 +693,8 @@ Sequence<sal_Int8> OTools::getBytesValue(OConnection* _pConnection,
--nLen;
aData.append(::rtl::OUString((const sal_Char*)aCharArray,nLen, _nTextEncoding));
- // It is about Binariy Data, a String, that for StarView is to long or
- // the driver kan't predict the length of the data - as well as save the
+ // It is about Binary Data, a String, that for StarView is too long or
+ // the driver can't predict the length of the data - as well as save the
// MemoryStream.
while ((pcbValue == SQL_NO_TOTAL) || pcbValue > nMaxLen)
{