[PATCH] riched20/tests: Fix the spelling of a comment.

Francois Gouget fgouget at free.fr
Sat Apr 16 06:12:17 CDT 2022


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/riched20/tests/richole.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/riched20/tests/richole.c b/dlls/riched20/tests/richole.c
index c85a621b80b..c34c87ef646 100644
--- a/dlls/riched20/tests/richole.c
+++ b/dlls/riched20/tests/richole.c
@@ -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);
-- 
2.30.2



More information about the wine-devel mailing list