From 4a8fcb606248e3fa6a3efa144eb03e961387931f Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 31 Jul 2012 11:58:12 +0200 Subject: [PATCH] dlhist.c: Fix typo in dlhist_flush() --- dlhist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlhist.c b/dlhist.c index e93520d..7224358 100644 --- a/dlhist.c +++ b/dlhist.c @@ -433,7 +433,7 @@ void dlhist_flush() { commit_lock(&lock); return; error: - error("dlhist_close: partial write\n"); + error("dlhist_flush: partial write\n"); } void dlhist_close() {