aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--minidinstall/ChangeFile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/minidinstall/ChangeFile.py b/minidinstall/ChangeFile.py
index 35b96fa..702069e 100644
--- a/minidinstall/ChangeFile.py
+++ b/minidinstall/ChangeFile.py
@@ -67,7 +67,7 @@ class ChangeFile(DpkgControl.DpkgParagraph):
try:
self[hashes[hash][0]]
except KeyError:
- self._logger.warn("Can't find %s checksums in changes file '%s'" % (hash, os.path.basename(self._file)))
+ self._logger.warn("Can't find %s checksum in changes file '%s'" % (hash, os.path.basename(self._file)))
hashes_checked.pop(hash)
for hash in hashes_checked: