msvfw32: Fix a typo in TRACE() message

Andrey Gusev andrey.goosev at gmail.com
Mon May 16 06:24:48 CDT 2016


-------------- next part --------------
From e8c562eefb6e8b2336a92f076eb40bb592e849c2 Mon Sep 17 00:00:00 2001
Message-Id: <e8c562eefb6e8b2336a92f076eb40bb592e849c2.1463397783.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Mon, 16 May 2016 14:22:45 +0300
Subject: [PATCH] msvfw32: Fix a typo in TRACE() message

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/msvfw32/msvideo_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msvfw32/msvideo_main.c b/dlls/msvfw32/msvideo_main.c
index 4f1a2bf..0ae33ed 100644
--- a/dlls/msvfw32/msvideo_main.c
+++ b/dlls/msvfw32/msvideo_main.c
@@ -450,7 +450,7 @@ HIC VFWAPI ICOpen(DWORD fccType, DWORD fccHandler, UINT wMode)
             local = ICOpen(fccType, info.fccHandler, wMode);
             if (local != 0)
             {
-                TRACE("Returning %s as defult handler for %s\n",
+                TRACE("Returning %s as default handler for %s\n",
                       wine_dbgstr_fcc(info.fccHandler), wine_dbgstr_fcc(fccType));
                 return local;
             }
-- 
2.5.5



More information about the wine-patches mailing list