Browse Source

dpkg: Fix typo in debug output

Warned-by: lintian
Guillem Jover 7 years ago
parent
commit
779de6b3ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/divertdb.c

+ 1 - 1
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__);