From: Gisle Vanem Date: Mon, 19 Feb 2007 17:40:36 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: curl-7_16_2~273 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a70ce42457c2124bd57f49f4f36d5268a0b56fc;p=thirdparty%2Fcurl.git Fixed typo. --- diff --git a/ares/windows_port.c b/ares/windows_port.c index d9c358e2f5..02bb4cbf8b 100644 --- a/ares/windows_port.c +++ b/ares/windows_port.c @@ -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)