]> git.saurik.com Git - wxWidgets.git/blobdiff - src/propgrid/manager.cpp
Fix spelling in the comments in wxPropertyGrid code.
[wxWidgets.git] / src / propgrid / manager.cpp
index 3e3029731f10b2796e47259bdb93e499101080b4..100613581ef2f50a7fbafcd9e7510d7f8924b6e7 100644 (file)
@@ -2003,7 +2003,7 @@ void wxPropertyGridManager::OnMouseClick( wxMouseEvent &event )
 
 void wxPropertyGridManager::OnMouseUp( wxMouseEvent &event )
 {
-    // No event type check - basicly calling this method should
+    // No event type check - basically calling this method should
     // just stop dragging.
 
     if ( m_dragStatus >= 1 )