Francois Gouget : setupapi/tests: A spelling fix in an ok() message.
Module: wine Branch: master Commit: 21db058d14ac6fb769a42bdeea3dadfa4fd0e8bf URL: https://source.winehq.org/git/wine.git/?a=commit;h=21db058d14ac6fb769a42bdee... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Aug 8 15:17:20 2019 +0200 setupapi/tests: A spelling fix in an ok() message. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/setupapi/tests/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/setupapi/tests/misc.c b/dlls/setupapi/tests/misc.c index ce72a5d..3bb308e 100644 --- a/dlls/setupapi/tests/misc.c +++ b/dlls/setupapi/tests/misc.c @@ -312,7 +312,7 @@ static void test_SetupCopyOEMInf(void) ok(res == TRUE, "Expected TRUE, got %d\n", res); ok(GetLastError() == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %d\n", GetLastError()); ok(is_in_inf_dir(dest), "Got unexpected path '%s'.\n", dest); - ok(strcmp(dest, orig_dest), "Expected INF files to be copied to differnet paths.\n"); + ok(strcmp(dest, orig_dest), "Expected INF files to be copied to different paths.\n"); res = SetupUninstallOEMInfA(strrchr(dest, '\\') + 1, 0, NULL); ok(res, "Failed to uninstall '%s', error %u.\n", dest, GetLastError());
participants (1)
-
Alexandre Julliard