summaryrefslogtreecommitdiff
path: root/src/libebackend/e-dbhash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libebackend/e-dbhash.c')
-rw-r--r--src/libebackend/e-dbhash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libebackend/e-dbhash.c b/src/libebackend/e-dbhash.c
index 07d3010c9..08199e483 100644
--- a/src/libebackend/e-dbhash.c
+++ b/src/libebackend/e-dbhash.c
@@ -310,7 +310,7 @@ e_dbhash_destroy (EDbHash *edbh)
db = edbh->priv->db;
- /* Close datbase */
+ /* Close database */
db->close (db, 0);
g_free (edbh->priv);