Module: wine Branch: master Commit: ebaa5ac76728ae825d6e84070b96e569cad3c99f URL: http://source.winehq.org/git/wine.git/?a=commit;h=ebaa5ac76728ae825d6e84070b...
Author: Francois Gouget fgouget@free.fr Date: Sat Apr 16 02:24:22 2016 +0200
windowscodecs/tests: A spelling fix for a converter 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/converter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/windowscodecs/tests/converter.c b/dlls/windowscodecs/tests/converter.c index 00ea483..8c7a10f 100644 --- a/dlls/windowscodecs/tests/converter.c +++ b/dlls/windowscodecs/tests/converter.c @@ -493,7 +493,7 @@ static void test_encoder_properties(const CLSID* clsid_encoder, IPropertyBag2 *o if (FAILED(hr)) return;
- ok(cProperties == cProperties2, "Missmatch of property count (IPropertyBag2::CountProperties=%i, IPropertyBag2::GetPropertyInfo=%i)\n", + ok(cProperties == cProperties2, "Mismatch of property count (IPropertyBag2::CountProperties=%i, IPropertyBag2::GetPropertyInfo=%i)\n", (int)cProperties, (int)cProperties2); }