Commit dcabc064 authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard

c2man: Don't mangle 'dll' when its part of another word.

parent 047e5aaa
......@@ -513,7 +513,7 @@ sub process_comment_text($)
# Preferred capitalisations
s/ wine| WINE/ Wine/g;
s/ API | api / Api /g;
s/DLL|Dll/dll /g;
s/ DLL | Dll / dll /g;
s/ URL | url / Url /g;
s/WIN16|win16/Win16/g;
s/WIN32|win32/Win32/g;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment