aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history/ephy-history-service-visits-table.c
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-03-03 03:21:39 +0800
committerXan Lopez <xan@igalia.com>2012-03-07 04:49:46 +0800
commit8d9948b1a0bbcfaee46e3911b9a8a6211e7d3d45 (patch)
treec737e3e9697cf939a56c18f7fb84e640c9622ff8 /lib/history/ephy-history-service-visits-table.c
parent03ec152d954d554ac6cca8d26616dfa55acda460 (diff)
downloadgsoc2013-epiphany-8d9948b1a0bbcfaee46e3911b9a8a6211e7d3d45.tar
gsoc2013-epiphany-8d9948b1a0bbcfaee46e3911b9a8a6211e7d3d45.tar.gz
gsoc2013-epiphany-8d9948b1a0bbcfaee46e3911b9a8a6211e7d3d45.tar.bz2
gsoc2013-epiphany-8d9948b1a0bbcfaee46e3911b9a8a6211e7d3d45.tar.lz
gsoc2013-epiphany-8d9948b1a0bbcfaee46e3911b9a8a6211e7d3d45.tar.xz
gsoc2013-epiphany-8d9948b1a0bbcfaee46e3911b9a8a6211e7d3d45.tar.zst
gsoc2013-epiphany-8d9948b1a0bbcfaee46e3911b9a8a6211e7d3d45.zip
Fix typo
Diffstat (limited to 'lib/history/ephy-history-service-visits-table.c')
-rw-r--r--lib/history/ephy-history-service-visits-table.c2
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);