windowscodecs/tests: A spelling fix for a converter ok() message.

Francois Gouget fgouget at free.fr
Fri Apr 15 19:24:22 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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);
     }
 
-- 
2.8.0.rc3




More information about the wine-patches mailing list