Update comments

Change-Id: I7e3f09d61cb35165000a35c8d3c3f2d284cf164e
This commit is contained in:
Lionel Elie Mamane
2012-06-01 14:49:02 +02:00
parent 3c436c2b0c
commit 13b45d7740

View File

@@ -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)
{