From 698d1111d6f22ef46fd29b21f57f99fdb484e30f Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Thu, 19 Jun 2008 10:52:48 +0200 Subject: [PATCH] oleaut32/tests: Remove some stray spaces from the ok message. --- dlls/oleaut32/tests/safearray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/oleaut32/tests/safearray.c b/dlls/oleaut32/tests/safearray.c index 2350eb48c24..53896ef9489 100644 --- a/dlls/oleaut32/tests/safearray.c +++ b/dlls/oleaut32/tests/safearray.c @@ -492,7 +492,7 @@ static void test_safearray(void) ok(hres == S_OK, "SAGVT of arra y with vt %d failed with %x\n", vttypes[i].vt, hres); if (vttypes[i].vt == VT_DISPATCH) { /* Special case. Checked against Windows. */ - ok(vt == VT_UNKNOWN, "SAGVT of a rray with VT_DISPATCH returned not VT_UNKNOWN, but %d\n", vt); + ok(vt == VT_UNKNOWN, "SAGVT of array with VT_DISPATCH returned not VT_UNKNOWN, but %d\n", vt); } else { ok(vt == vttypes[i].vt, "SAGVT of array with vt %d returned %d\n", vttypes[i].vt, vt); } -- 2.11.4.GIT