Module: wine Branch: master Commit: 01e722a4fc5481fb2fdc37324f728892fd05af30 URL: http://source.winehq.org/git/wine.git/?a=commit;h=01e722a4fc5481fb2fdc37324f...
Author: Andrey Gusev andrey.goosev@gmail.com Date: Mon May 16 14:22:45 2016 +0300
msvfw32: Fix a typo in TRACE() message.
Signed-off-by: Andrey Gusev andrey.goosev@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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; }