From: Vadim Zeitlin Date: Fri, 14 Sep 2012 22:26:54 +0000 (+0000) Subject: Fix spelling in the comments in wxPropertyGrid code. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f33230391ae071f0b3c48e4d5a30be229dbf472b 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 --- diff --git a/src/propgrid/advprops.cpp b/src/propgrid/advprops.cpp index 7c26ec6d07..a634885003 100644 --- a/src/propgrid/advprops.cpp +++ b/src/propgrid/advprops.cpp @@ -1437,7 +1437,7 @@ bool wxSystemColourProperty::StringToValue( wxVariant& value, const wxString& te { if ( !(argFlags & wxPG_EDITABLE_VALUE )) { - // This really should not occurr... + // This really should not occur... // wxASSERT(false); ResetNextIndex(); return false; @@ -2204,7 +2204,7 @@ wxString wxDateProperty::ValueToString( wxVariant& value, wxString wxDateProperty::DetermineDefaultDateFormat( bool showCentury ) { - // This code is basicly copied from datectlg.cpp's SetFormat + // This code is basically copied from datectlg.cpp's SetFormat // wxString format; diff --git a/src/propgrid/manager.cpp b/src/propgrid/manager.cpp index 3e3029731f..100613581e 100644 --- a/src/propgrid/manager.cpp +++ b/src/propgrid/manager.cpp @@ -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 ) diff --git a/src/propgrid/property.cpp b/src/propgrid/property.cpp index fc1b9e948c..5fc00a35b5 100644 --- a/src/propgrid/property.cpp +++ b/src/propgrid/property.cpp @@ -48,7 +48,7 @@ #if wxPG_COMPATIBILITY_1_4 -// Used to establish backwards compatiblity +// Used to establish backwards compatibility const char* g_invalidStringContent = "@__TOTALLY_INVALID_STRING__@"; #endif diff --git a/src/propgrid/propgrid.cpp b/src/propgrid/propgrid.cpp index f9f94ebfcc..87380ff30d 100644 --- a/src/propgrid/propgrid.cpp +++ b/src/propgrid/propgrid.cpp @@ -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 )