Fix minor typos in comments.

This commit is contained in:
Artur Wieczorek
2015-05-30 20:12:02 +02:00
parent ff685a7a4c
commit 65dee275f2
3 changed files with 3 additions and 3 deletions

View File

@@ -1948,7 +1948,7 @@ wxValidator* wxFileProperty::GetClassValidator()
#if wxUSE_VALIDATORS
WX_PG_DOGETVALIDATOR_ENTRY()
// Atleast wxPython 2.6.2.1 required that the string argument is given
// At least wxPython 2.6.2.1 required that the string argument is given
static wxString v;
wxTextValidator* validator = new wxTextValidator(wxFILTER_EXCLUDE_CHAR_LIST,&v);