]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listctrl.cpp
Bring osx class naming into line with the other ports.
[wxWidgets.git] / src / msw / listctrl.cpp
index fbcfbe7a6d4f1cc99c91c2ceac64922c9506d80e..b5913ea90cd59da2c4d7865419c0719759e83ba0 100644 (file)
@@ -1442,7 +1442,7 @@ void wxListCtrl::InitEditControl(WXHWND hWnd)
     m_textCtrl->SubclassWin(hWnd);
     m_textCtrl->SetParent(this);
 
-    // we must disallow TABbing away from the control while the edit contol is
+    // we must disallow TABbing away from the control while the edit control is
     // shown because this leaves it in some strange state (just try removing
     // this line and then pressing TAB while editing an item in  listctrl
     // inside a panel)