Fixed minor typos in comments.

This commit is contained in:
Artur Wieczorek
2015-06-08 21:49:38 +02:00
parent c8088e479a
commit aeed3322f2
11 changed files with 41 additions and 41 deletions

View File

@@ -542,7 +542,7 @@ wxPGProperty* wxPropertyGridInterface::GetPropertyByName( const wxString& name )
if ( p )
return p;
// Check if its "Property.SubProperty" format
// Check if it is "Property.SubProperty" format
int pos = name.Find(wxS('.'));
if ( pos <= 0 )
return NULL;