Commit 6c6cc2ce authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msado15: Fix the spelling of a comment.

parent f54a1dac
......@@ -1798,7 +1798,7 @@ static HRESULT WINAPI recordset_put_Filter( _Recordset *iface, VARIANT criteria
if (V_VT(&criteria) == VT_BSTR && recordset->state == adStateOpen)
{
FIXME("Validating fields not preformed\n");
FIXME("Validating fields not performed\n");
}
VariantCopy(&recordset->filter, &criteria);
......
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