diff options
| author | 2008-11-17 18:33:46 +0100 | |
|---|---|---|
| committer | 2008-11-17 18:33:46 +0100 | |
| commit | 17143ffc26fc196a6e7bde4a2635446a73b53b32 (patch) | |
| tree | 1eadd2cc15c3bb367add394095c5c97f6feb1438 | |
| parent | 62bfe940506cf712ee64f7d9468127e51e1f98eb (diff) | |
plural vs singular
| -rw-r--r-- | minidinstall/ChangeFile.py | 2 |
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: |
