typo in error message

This commit is contained in:
Jan-Piet Mens
2018-12-14 11:33:38 +01:00
parent 8ac0f61c99
commit 4b212126fe
+1 -1
View File
@@ -99,7 +99,7 @@ struct gcache *gcache_open(char *path, char *dbname, int rdonly)
rc = mdb_txn_commit(txn);
if (rc != 0) {
olog(LOG_ERR, "cogcache_open: mmit after open %s", mdb_strerror(rc));
olog(LOG_ERR, "cogcache_open: commit after open %s", mdb_strerror(rc));
mdb_env_close(gc->env);
free(gc);
return (NULL);