Commit 8caae7de authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msado15: Fix the spelling of a comment.

parent decc9018
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment