Francois Gouget : comsvcs/tests: Fix a typo in an ok() message.
Module: wine Branch: master Commit: 93e1a5f270659e9089fc6f44df0e5e84c8328c09 URL: https://source.winehq.org/git/wine.git/?a=commit;h=93e1a5f270659e9089fc6f44d... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Mar 14 02:41:15 2019 +0100 comsvcs/tests: Fix a typo in an ok() message. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/comsvcs/tests/dispenser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/comsvcs/tests/dispenser.c b/dlls/comsvcs/tests/dispenser.c index 7af38d0..98d2a91 100644 --- a/dlls/comsvcs/tests/dispenser.c +++ b/dlls/comsvcs/tests/dispenser.c @@ -70,7 +70,7 @@ static HRESULT WINAPI driver_QueryInterface(IDispenserDriver *iface, REFIID riid return S_OK; } - ok(0, "Unknown iterface %s\n", wine_dbgstr_guid(riid)); + ok(0, "Unknown interface %s\n", wine_dbgstr_guid(riid)); return E_NOINTERFACE; }
participants (1)
-
Alexandre Julliard