Fix spelling in the comments in wxPropertyGrid code.
No real changes. Closes #14645. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5165,7 +5165,7 @@ bool wxPropertyGrid::HandleMouseUp( int x, unsigned int WXUNUSED(y),
|
||||
int splitterHitOffset;
|
||||
state->HitTestH( x, &splitterHit, &splitterHitOffset );
|
||||
|
||||
// No event type check - basicly calling this method should
|
||||
// No event type check - basically calling this method should
|
||||
// just stop dragging.
|
||||
// Left up after dragged?
|
||||
if ( m_dragStatus >= 1 )
|
||||
|
Reference in New Issue
Block a user