File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ void GUITable::setTable(const TableOptions &options,
446
446
}
447
447
448
448
if (m_has_tree_column) {
449
- // Treeview: convent tree to indent cells on leaf rows
449
+ // Treeview: convert tree to indent cells on leaf rows
450
450
for (s32 i = 0 ; i < rowcount; ++i) {
451
451
if (i == rowcount-1 || m_rows[i].indent >= m_rows[i+1 ].indent )
452
452
for (s32 j = 0 ; j < m_rows[i].cellcount ; ++j)
@@ -798,7 +798,7 @@ bool GUITable::OnEvent(const SEvent &event)
798
798
}
799
799
800
800
// find the selected item, starting at the current selection
801
- // dont change selection if the key buffer matches the current item
801
+ // don't change selection if the key buffer matches the current item
802
802
s32 old_selected = m_selected;
803
803
s32 start = MYMAX (m_selected, 0 );
804
804
s32 rowcount = m_visible_rows.size ();
You can’t perform that action at this time.
0 commit comments