From 13b45d774088f55b07388e69f44a98468ea64a06 Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Fri, 1 Jun 2012 14:49:02 +0200 Subject: Update comments Change-Id: I7e3f09d61cb35165000a35c8d3c3f2d284cf164e --- connectivity/source/drivers/odbcbase/OTools.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'connectivity/source') 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 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) { -- cgit