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

oldstable
Jon Griffiths 2008-07-03 14:25:38 -07:00 committed by Alexandre Julliard
parent 047e5aaad5
commit dcabc064fc
1 changed files with 1 additions and 1 deletions

View File

@ -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;