From 8d9948b1a0bbcfaee46e3911b9a8a6211e7d3d45 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Fri, 2 Mar 2012 21:21:39 +0200 Subject: Fix typo --- lib/history/ephy-history-service-visits-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/history/ephy-history-service-visits-table.c b/lib/history/ephy-history-service-visits-table.c index b14aa4222..5b88b0f4c 100644 --- a/lib/history/ephy-history-service-visits-table.c +++ b/lib/history/ephy-history-service-visits-table.c @@ -206,7 +206,7 @@ ephy_history_service_find_visit_rows (EphyHistoryService *self, EphyHistoryQuery visits = g_list_reverse (visits); if (error) { - g_error ("Could not execute urls table query statement: %s", error->message); + g_error ("Could not execute visits table query statement: %s", error->message); g_error_free (error); g_object_unref (statement); ephy_history_page_visit_list_free (visits); -- cgit v1.2.3