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

Alexandre Julliard julliard at wine.codeweavers.com
Tue Apr 19 10:55:56 CDT 2016


Module: wine
Branch: master
Commit: ebaa5ac76728ae825d6e84070b96e569cad3c99f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ebaa5ac76728ae825d6e84070b96e569cad3c99f

Author: Francois Gouget <fgouget at 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 at free.fr>
Signed-off-by: Vincent Povirk <vincent at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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);
     }
 




More information about the wine-cvs mailing list