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/commctrl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'winsup/w32api/include/commctrl.h') diff --git a/winsup/w32api/include/commctrl.h b/winsup/w32api/include/commctrl.h index 1b23fc39c..f26b83c44 100644 --- a/winsup/w32api/include/commctrl.h +++ b/winsup/w32api/include/commctrl.h @@ -2066,7 +2066,7 @@ typedef struct _HDITEMW { LPVOID pvFilter; #endif } HDITEMW, * LPHDITEMW; -/* for backward compatability */ +/* for backward compatibility */ #define HD_ITEMA HDITEMA #define HD_ITEMW HDITEMW #define HD_ITEM HDITEM @@ -2074,7 +2074,7 @@ typedef struct _HD_LAYOUT { RECT *prc; WINDOWPOS *pwpos; } HDLAYOUT, *LPHDLAYOUT; -#define HD_LAYOUT HDLAYOUT /* backward compatability */ +#define HD_LAYOUT HDLAYOUT /* backward compatibility */ typedef struct _HD_HITTESTINFO { POINT pt; UINT flags; @@ -2336,7 +2336,7 @@ typedef struct _NM_UPDOWN { int iPos; int iDelta; } NMUPDOWN,*LPNMUPDOWN; -/* for backward compatability */ +/* for backward compatibility */ #define NM_UPDOWN NMUPDOWN #define LPNM_UPDOWN LPNMUPDOWN typedef struct _LVITEMA { @@ -2460,7 +2460,7 @@ typedef struct tagNMLISTVIEW { POINT ptAction; LPARAM lParam; } NMLISTVIEW, *LPNMLISTVIEW; -/* for backward compatability */ +/* for backward compatibility */ #define _NM_LISTVIEW tagNMLISTVIEW #define NM_LISTVIEW NMLISTVIEW #define LPNM_LISTVIEW LPNMLISTVIEW -- cgit v1.2.3