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>
This commit is contained in:
Francois Gouget 2017-07-06 12:22:16 +02:00 committed by Alexandre Julliard
parent 01c9fb96ad
commit 5d8a1cf378
1 changed files with 1 additions and 1 deletions

View File

@ -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++)
{