[epiphany/wip/history-rewrite: 6/9] Fix typo



commit caade808ee037923ffc1b1df855dcf9e77e9d95f
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Fri Mar 2 21:21:39 2012 +0200

    Fix typo

 lib/history/ephy-history-service-visits-table.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/history/ephy-history-service-visits-table.c b/lib/history/ephy-history-service-visits-table.c
index b14aa42..5b88b0f 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]