From 1698da2143596bace0864312c27957af722d6fe9 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 10 Nov 2015 15:37:06 -0800 Subject: [PATCH] Fix typo in comment --- results.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/results.cpp b/results.cpp index 0ad41d39..96937d76 100644 --- a/results.cpp +++ b/results.cpp @@ -272,7 +272,7 @@ void Results::clear() m_table->clear(); break; 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 case Mode::TableView: validate_write();