diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2006-01-24 02:19:28 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2006-01-24 02:19:28 +0000 |
commit | 3784b87b3208bdceaeb1ad7e38eed73cbb4e3b07 (patch) | |
tree | 6657146b393c4f67183d9f52745e24b6f3bd81c5 /winsup/w32api/include/ws2tcpip.h | |
parent | e5e6a33128cacd87f626f2beabc2dd6c82822a62 (diff) | |
download | cygnal-3784b87b3208bdceaeb1ad7e38eed73cbb4e3b07.tar.gz cygnal-3784b87b3208bdceaeb1ad7e38eed73cbb4e3b07.tar.bz2 cygnal-3784b87b3208bdceaeb1ad7e38eed73cbb4e3b07.zip |
* include/commctrl.h: Correct spelling of 'compatibility' in
comments.
* include/setupapi.h: Likewise.
* include/ws2tcpip.h: Likewise.
Diffstat (limited to 'winsup/w32api/include/ws2tcpip.h')
-rw-r--r-- | winsup/w32api/include/ws2tcpip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/w32api/include/ws2tcpip.h b/winsup/w32api/include/ws2tcpip.h index 78095d39d..8251f9862 100644 --- a/winsup/w32api/include/ws2tcpip.h +++ b/winsup/w32api/include/ws2tcpip.h @@ -13,7 +13,7 @@ #endif #if (defined _WINSOCK_H && !defined _WINSOCK2_H) -#error "ws2tcpip.h is not compatable with winsock.h. Include winsock2.h instead." +#error "ws2tcpip.h is not compatible with winsock.h. Include winsock2.h instead." #endif #include <winsock2.h> @@ -316,7 +316,7 @@ WCHAR* WSAAPI gai_strerrorW(int); #endif /* UNICODE */ #endif /* 0 */ -/* Some older IPv4/IPv6 compatability stuff */ +/* Some older IPv4/IPv6 compatibility stuff */ /* This struct lacks sin6_scope_id; retained for use in sockaddr_gen */ struct sockaddr_in6_old { |