[PATCH] shell32: Tweak / fix the MS-DOS name in a comment.

Francois Gouget fgouget at free.fr
Thu Dec 12 17:15:02 CST 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---

Codespell and Wikipedia say it should have a hyphen.

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

diff --git a/dlls/shell32/iconcache.c b/dlls/shell32/iconcache.c
index 44422ab4ff5..d1be5408fbb 100644
--- a/dlls/shell32/iconcache.c
+++ b/dlls/shell32/iconcache.c
@@ -876,7 +876,7 @@ HICON WINAPI ExtractAssociatedIconW(HINSTANCE hInst, LPWSTR lpIconPath, LPWORD l
       }
 
       if( hIcon == (HICON)1 )
-        *lpiIcon = 2;   /* MSDOS icon - we found .exe but no icons in it */
+        *lpiIcon = 2;   /* MS-DOS icon - we found .exe but no icons in it */
       else
         *lpiIcon = 6;   /* generic icon - found nothing */
 
-- 
2.20.1




More information about the wine-devel mailing list