diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-03-03 03:21:39 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 04:49:46 +0800 |
commit | 8d9948b1a0bbcfaee46e3911b9a8a6211e7d3d45 (patch) | |
tree | c737e3e9697cf939a56c18f7fb84e640c9622ff8 | |
parent | 03ec152d954d554ac6cca8d26616dfa55acda460 (diff) | |
download | gsoc2013-epiphany-8d9948b1a0bbcfaee46e3911b9a8a6211e7d3d45.tar.gz gsoc2013-epiphany-8d9948b1a0bbcfaee46e3911b9a8a6211e7d3d45.tar.zst gsoc2013-epiphany-8d9948b1a0bbcfaee46e3911b9a8a6211e7d3d45.zip |
Fix typo
-rw-r--r-- | 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 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); |