Fix some typos in the samples.
Mostly in the comments, but also a couple in the user-visible strings.
This commit is contained in:
committed by
Vadim Zeitlin
parent
d30c075a22
commit
2afddd5e22
@@ -146,7 +146,7 @@ void FormMain::OnDumpList( wxCommandEvent& WXUNUSED(event) )
|
||||
{
|
||||
wxVariant& a = v[n];
|
||||
|
||||
t.Printf(wxT(" atribute %i: name=\"%s\" (type=\"%s\" value=\"%s\")\n"),(int)n,
|
||||
t.Printf(wxT(" attribute %i: name=\"%s\" (type=\"%s\" value=\"%s\")\n"),(int)n,
|
||||
a.GetName().c_str(),a.GetType().c_str(),a.GetString().c_str());
|
||||
text += t;
|
||||
}
|
||||
|
Reference in New Issue
Block a user