Commit f9fa5f9e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

riched20/tests: Fix the spelling of a comment.

parent 0528f37f
......@@ -3421,7 +3421,7 @@ static void _insert_reobject(struct reolecb_obj *callback, IRichEditOle *reole,
HRESULT hr;
olecb_expect_QueryInsertObject(callback, line, 1,
&CLSID_NULL, NULL, REO_CP_SELECTION /* cp overriden */, S_OK);
&CLSID_NULL, NULL, REO_CP_SELECTION /* cp overridden */, S_OK);
hr = IRichEditOle_GetClientSite(reole, &clientsite);
ok_(__FILE__,line)(hr == S_OK, "IRichEditOle_GetClientSite got hr %#lx.\n", hr);
fill_reobject_struct(reobj, cp, NULL, NULL, clientsite, 10, 10, DVASPECT_CONTENT, 0, user);
......
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