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/commctrl.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/commctrl.h')
-rw-r--r-- | winsup/w32api/include/commctrl.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 |