Module: wine Branch: master Commit: 5d8a1cf378524871081cbe66d4a4d590f6d6f4cf URL: http://source.winehq.org/git/wine.git/?a=commit;h=5d8a1cf378524871081cbe66d4...
Author: Francois Gouget fgouget@free.fr Date: Thu Jul 6 12:22:16 2017 +0200
windowscodecs/tests: A spelling fix in an ok() message.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Vincent Povirk vincent@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 704a679..f0cfc09 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++) {