From 3784b87b3208bdceaeb1ad7e38eed73cbb4e3b07 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Tue, 24 Jan 2006 02:19:28 +0000 Subject: * include/commctrl.h: Correct spelling of 'compatibility' in comments. * include/setupapi.h: Likewise. * include/ws2tcpip.h: Likewise. --- winsup/w32api/include/ws2tcpip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/w32api/include/ws2tcpip.h') 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 @@ -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 { -- cgit v1.2.3