]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listctrl.cpp
GetParent() was always used in test for wxHSCROLL checked in in last commit; use...
[wxWidgets.git] / src / msw / listctrl.cpp
index c343501f9fe4226e4dc45c0b7ec945a508004cc0..baf227794a16bac4230b22ff85b4020579d6d9dc 100644 (file)
@@ -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).