Fix typo in comment

This commit is contained in:
Thomas Goyne 2015-11-10 15:37:06 -08:00 committed by Ari Lazier
parent d7fe9f9fb8
commit 1698da2143
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ void Results::clear()
m_table->clear(); m_table->clear();
break; break;
case Mode::Query: case Mode::Query:
// Not using Query:remove() because bulding the tableview and // Not using Query:remove() because building the tableview and
// clearing it is actually significantly faster // clearing it is actually significantly faster
case Mode::TableView: case Mode::TableView:
validate_write(); validate_write();