From: Francois Gouget fgouget@free.fr
--- dlls/msado15/recordset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/msado15/recordset.c b/dlls/msado15/recordset.c index 5522a3c9e61..84db7fc581d 100644 --- a/dlls/msado15/recordset.c +++ b/dlls/msado15/recordset.c @@ -2087,7 +2087,7 @@ static HRESULT WINAPI recordset_Open( _Recordset *iface, VARIANT source, VARIANT return hr;
/* We want to create the field member variable without mapping the rowset fields, this will - * save quering the fields twice. Fields will be added while we create the bindings + * save querying the fields twice. Fields will be added while we create the bindings. */ hr = fields_create( recordset, &recordset->fields ); if (FAILED(hr))