X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16a0ccd009f7e6154be04d647ac4d23c16aacb32..a83b5b74c365705144f9359d4527e4b2d073f569:/src/msw/listctrl.cpp diff --git a/src/msw/listctrl.cpp b/src/msw/listctrl.cpp index c343501f9f..baf227794a 100644 --- a/src/msw/listctrl.cpp +++ b/src/msw/listctrl.cpp @@ -166,7 +166,7 @@ private: // // Solution: // Under MSW the only way to associate data with a List -// item independant of its position in the list is to +// 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).