Andrey Gusev : urlmon: Fix a typo in comment.

Alexandre Julliard julliard at winehq.org
Fri May 27 09:42:32 CDT 2016


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Thu May 26 18:09:43 2016 +0300

urlmon: Fix a typo in comment.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/urlmon/mimefilter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/urlmon/mimefilter.c b/dlls/urlmon/mimefilter.c
index ee95755..e12c2b7 100644
--- a/dlls/urlmon/mimefilter.c
+++ b/dlls/urlmon/mimefilter.c
@@ -689,7 +689,7 @@ HRESULT WINAPI FindMimeFromData(LPBC pBC, LPCWSTR pwzUrl, LPVOID pBuffer,
     if(dwReserved)
         WARN("dwReserved=%d\n", dwReserved);
 
-    /* pBC seams to not be used */
+    /* pBC seems to not be used */
 
     if(!ppwzMimeOut || (!pwzUrl && !pBuffer))
         return E_INVALIDARG;




More information about the wine-cvs mailing list