From 23e8d083fa91041cf79c529e33e31ce352b0233b Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 20 Apr 2016 08:55:17 +0200 Subject: [PATCH] msvcp110/tests: A spelling fix and rewording for an msvcp110 ok() message. Signed-off-by: Francois Gouget Signed-off-by: Piotr Caban Signed-off-by: Alexandre Julliard --- dlls/msvcp110/tests/msvcp110.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msvcp110/tests/msvcp110.c b/dlls/msvcp110/tests/msvcp110.c index 58db5845363..500d3cb7a65 100644 --- a/dlls/msvcp110/tests/msvcp110.c +++ b/dlls/msvcp110/tests/msvcp110.c @@ -95,7 +95,7 @@ static void test_tr2_sys__Last_write_time(void) newtime = last_write_time + 222222; p_tr2_sys__Last_write_time_set("tr2_test_dir/f1", newtime); ok(last_write_time != p_tr2_sys__Last_write_time("tr2_test_dir/f1"), - "last_write_time before modfied should not equal to last_write_time %s\n", + "last_write_time should have changed: %s\n", debugstr_longlong(last_write_time)); /* test the formula */