Procházet zdrojové kódy

dpkg: Fix typo in debug output

Warned-by: lintian
Guillem Jover před 10 roky
rodič
revize
779de6b3ca
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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__);