Module: wine Branch: master Commit: 8caae7de4fb2789630f937d4a11a7e4b4c85cce5 URL: https://gitlab.winehq.org/wine/wine/-/commit/8caae7de4fb2789630f937d4a11a7e4...
Author: Francois Gouget fgouget@free.fr Date: Tue May 16 03:07:14 2023 +0200
msado15: Fix the spelling of a comment.
---
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))