aboutsummaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-10-27 16:56:20 +0000
committerYang Tse <yangsita@gmail.com>2009-10-27 16:56:20 +0000
commit21af9bf1cd41393aedf546aef5d21a43219c9eca (patch)
tree2995a8c6e17b6fa075669c4f154b300969347ccb /src/setup.h
parentb2f430898053258622eebee3328f03441367a32c (diff)
Fix spelling
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup.h b/src/setup.h
index 30ebebd3b..9120af174 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -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,