[Reproducible-commits] [dpkg] 12/74: dpkg: Fix typo in debug output

Mattia Rizzolo mattia at debian.org
Sun Jul 3 22:22:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to annotated tag 1.18.8
in repository dpkg.

commit 779de6b3ca6358e1a4a5641a228a3537f10d572f
Author: Guillem Jover <guillem at debian.org>
Date:   Sat Jun 25 20:44:52 2016 +0200

    dpkg: Fix typo in debug output
    
    Warned-by: lintian
---
 src/divertdb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/divertdb.c b/src/divertdb.c
index 20693e5..a2e94f6 100644
--- a/src/divertdb.c
+++ b/src/divertdb.c
@@ -96,7 +96,7 @@ ensure_diversions(void)
 	diversions = NULL;
 	if (!file) {
 		onerr_abort--;
-		debug(dbg_general, "%s: none, reseting", __func__);
+		debug(dbg_general, "%s: none, resetting", __func__);
 		return;
 	}
 	debug(dbg_general, "%s: new, (re)loading", __func__);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list