aboutsummaryrefslogtreecommitdiffstats
path: root/minidinstall
diff options
context:
space:
mode:
authorLibravatarChristoph Goehre <christoph.goehre@gmx.de>2008-11-17 18:33:46 +0100
committerLibravatarChristoph Goehre <christoph.goehre@gmx.de>2008-11-17 18:33:46 +0100
commit17143ffc26fc196a6e7bde4a2635446a73b53b32 (patch)
tree1eadd2cc15c3bb367add394095c5c97f6feb1438 /minidinstall
parent62bfe940506cf712ee64f7d9468127e51e1f98eb (diff)
plural vs singular
Diffstat (limited to 'minidinstall')
-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: