X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..6603071a994f30ad21f1f4e19f03397c360bfafa:/src/os2/listctrl.cpp?ds=sidebyside diff --git a/src/os2/listctrl.cpp b/src/os2/listctrl.cpp index 701d27f3c8..366f156d73 100644 --- a/src/os2/listctrl.cpp +++ b/src/os2/listctrl.cpp @@ -116,7 +116,7 @@ typedef struct _MYRECORD // // Solution: // Under MSW the only way to associate data with a -// List item independant of its position in the list is to store a pointer +// List item independent of its position in the list is to store a pointer // to it in its lParam attribute. However user programs are already using // this (via the SetItemData() GetItemData() calls). //