Francois Gouget : riched20/tests: Fix the spelling of a comment.

Alexandre Julliard julliard at winehq.org
Tue Apr 19 16:20:14 CDT 2022


Module: wine
Branch: master
Commit: f9fa5f9e523b45766f715c6981c6a6ab5f183157
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f9fa5f9e523b45766f715c6981c6a6ab5f183157

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Apr 16 13:12:17 2022 +0200

riched20/tests: Fix the spelling of a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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);




More information about the wine-cvs mailing list