Fix typos in sample comments
Closes https://github.com/wxWidgets/wxWidgets/pull/2513
This commit is contained in:
committed by
Vadim Zeitlin
parent
8368914725
commit
1380b1914c
@@ -2037,7 +2037,7 @@ wxString BugsGridTable::GetTypeName(int WXUNUSED(row), int col)
|
||||
return wxGRID_VALUE_NUMBER;
|
||||
|
||||
case Col_Severity:
|
||||
// fall thorugh (TODO should be a list)
|
||||
// fall through (TODO should be a list)
|
||||
|
||||
case Col_Summary:
|
||||
return wxString::Format("%s:80", wxGRID_VALUE_STRING);
|
||||
|
Reference in New Issue
Block a user