diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2012-01-18 12:31:06 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2012-01-18 12:37:23 +0100 |
commit | c2567a658735423948d76992ca744a4187620928 (patch) | |
tree | b582221917ff407ac08335484204ff740f17e1fa /connectivity | |
parent | 3623701d65f92017da905f4debf5514045f502c8 (diff) |
janitorial: typo in comments
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/inc/connectivity/dbtools.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/inc/connectivity/dbtools.hxx b/connectivity/inc/connectivity/dbtools.hxx index 3555025d370f..24f39cbc2423 100644 --- a/connectivity/inc/connectivity/dbtools.hxx +++ b/connectivity/inc/connectivity/dbtools.hxx @@ -615,7 +615,7 @@ namespace dbtools const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >& _rxHandler, const ::std::vector<bool, std::allocator<bool> >& _aParametersSet = ::std::vector<bool, std::allocator<bool> >()); - /** call the appropiate set method for the specific sql type @see com::sun::star::sdbc::DataType + /** call the appropriate set method for the specific sql type @see com::sun::star::sdbc::DataType @param _xParams the parameters where to set the value @param parameterIndex the index of the parameter, 1 based @param x the value to set @@ -629,7 +629,7 @@ namespace dbtools sal_Int32 sqlType, sal_Int32 scale=0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); - /** call the appropiate set method for the specific sql type @see com::sun::star::sdbc::DataType + /** call the appropriate set method for the specific sql type @see com::sun::star::sdbc::DataType @param _xParams the parameters where to set the value @param parameterIndex the index of the parameter, 1 based @param x the value to set |