summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2012-01-18 12:31:06 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2012-01-18 12:37:23 +0100
commitc2567a658735423948d76992ca744a4187620928 (patch)
treeb582221917ff407ac08335484204ff740f17e1fa /dbaccess
parent3623701d65f92017da905f4debf5514045f502c8 (diff)
janitorial: typo in comments
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/RowSet.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/RowSet.hxx b/dbaccess/source/core/api/RowSet.hxx
index 40e1920b1687..42ca4b3d3166 100644
--- a/dbaccess/source/core/api/RowSet.hxx
+++ b/dbaccess/source/core/api/RowSet.hxx
@@ -223,7 +223,7 @@ namespace dbaccess
void checkUpdateIterator();
const connectivity::ORowSetValue& getInsertValue(sal_Int32 columnIndex);
void setParameter(sal_Int32 parameterIndex, const connectivity::ORowSetValue& x);
- // resizes the parameter vector if nescessary
+ // resizes the parameter vector if necessary
::connectivity::ORowSetValue& getParameterStorage( sal_Int32 parameterIndex );
void updateValue(sal_Int32 columnIndex,const connectivity::ORowSetValue& x);