1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Fixed typo.

This commit is contained in:
Gisle Vanem 2007-02-19 17:40:36 +00:00
parent 7ba53a4f41
commit 9a70ce4245

View File

@ -22,7 +22,7 @@
#ifdef __WATCOMC__
/*
* Watcom needs a DlMain() in order to initialise the clib startup code.
* Watcom needs a DllMain() in order to initialise the clib startup code.
*/
BOOL
WINAPI DllMain (HINSTANCE hnd, DWORD reason, LPVOID reserved)