Fix spelling

This commit is contained in:
Yang Tse 2009-10-27 16:56:20 +00:00
parent b2f4308980
commit 21af9bf1cd
13 changed files with 15 additions and 15 deletions

View file

@ -84,7 +84,7 @@
* Include header files for windows builds before redefining anything.
* Use this preproessor block only to include or exclude windows.h,
* winsock2.h, ws2tcpip.h or winsock.h. Any other windows thing belongs
* to any other further and independant block. Under Cygwin things work
* to any other further and independent block. Under Cygwin things work
* just as under linux (e.g. <sys/socket.h>) and the winsock headers should
* never be included when __CYGWIN__ is defined. configure script takes
* care of this, not defining HAVE_WINDOWS_H, HAVE_WINSOCK_H, HAVE_WINSOCK2_H,