summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2016-06-25 20:44:52 +0200
committerGuillem Jover <guillem@debian.org>2016-07-03 18:44:19 +0200
commit779de6b3ca6358e1a4a5641a228a3537f10d572f (patch)
treebcf748b0f97c67516792422a9509b3e2cc7b5faa /src
parent1b09bbc32b5b5fa838ac308f9698eebd56e268d1 (diff)
downloaddpkg-779de6b3ca6358e1a4a5641a228a3537f10d572f.tar.gz
dpkg: Fix typo in debug output
Warned-by: lintian
Diffstat (limited to 'src')
-rw-r--r--src/divertdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/divertdb.c b/src/divertdb.c
index 20693e512..a2e94f6bd 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__);