msado15: Fix the spelling of a comment.

This commit is contained in:
Francois Gouget 2023-05-16 03:07:14 +02:00 committed by Alexandre Julliard
parent decc90187e
commit 8caae7de4f

View file

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