urlmon: Fix a typo in comment

Andrey Gusev andrey.goosev at gmail.com
Thu May 26 10:10:41 CDT 2016


-------------- next part --------------
From d569e33c63c7f8b0cbfda49d78346b254c556562 Mon Sep 17 00:00:00 2001
Message-Id: <d569e33c63c7f8b0cbfda49d78346b254c556562.1464275401.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Thu, 26 May 2016 18:09:43 +0300
Subject: [PATCH] urlmon: Fix a typo in comment

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 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;
-- 
2.5.5



More information about the wine-patches mailing list