From 5d8a1cf378524871081cbe66d4a4d590f6d6f4cf Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 6 Jul 2017 12:22:16 +0200 Subject: [PATCH] windowscodecs/tests: A spelling fix in an ok() message. Signed-off-by: Francois Gouget Signed-off-by: Vincent Povirk Signed-off-by: Alexandre Julliard --- dlls/windowscodecs/tests/metadata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/windowscodecs/tests/metadata.c b/dlls/windowscodecs/tests/metadata.c index 704a6796ff3..f0cfc09280a 100644 --- a/dlls/windowscodecs/tests/metadata.c +++ b/dlls/windowscodecs/tests/metadata.c @@ -2606,7 +2606,7 @@ static HRESULT WINAPI mdr_GetValue(IWICMetadataReader *iface, const PROPVARIANT ok(current_metadata_block != NULL, "current_metadata_block can't be NULL\n"); if (!current_metadata_block) return E_POINTER; - ok(schema != NULL && id != NULL && value != NULL, "%p, %p, %p shoud not be NULL\n", schema, id, value); + ok(schema != NULL && id != NULL && value != NULL, "%p, %p, %p should not be NULL\n", schema, id, value); for (i = 0; i < current_metadata_block->count; i++) {