From 17143ffc26fc196a6e7bde4a2635446a73b53b32 Mon Sep 17 00:00:00 2001 From: Christoph Goehre Date: Mon, 17 Nov 2008 18:33:46 +0100 Subject: plural vs singular --- minidinstall/ChangeFile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3