windowscodecs/tests: A spelling fix in an ok() message.

Francois Gouget fgouget at free.fr
Thu Jul 6 05:22:16 CDT 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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++)
     {
-- 
2.13.2




More information about the wine-patches mailing list