summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-06-04 01:07:32 +0000
committerZac Medico <zmedico@gentoo.org>2008-06-04 01:07:32 +0000
commitc842854cdb99e16af33378d7bbb2318c1997d381 (patch)
tree2500e5ca371a0c0eb955ea1340387bdb3b25b1f3 /pym
parent63a23487470adcd81e23490964d763d29e3e67e6 (diff)
downloadportage-c842854cdb99e16af33378d7bbb2318c1997d381.tar.gz
portage-c842854cdb99e16af33378d7bbb2318c1997d381.tar.bz2
portage-c842854cdb99e16af33378d7bbb2318c1997d381.zip
Fix typo.
svn path=/main/trunk/; revision=10566
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index d1f7487bc..3423ec241 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -3099,7 +3099,7 @@ def _checksum_failure_temp_file(distdir, basename):
def _check_digests(filename, digests):
"""
- Check digests and displey a message if an error occurs.
+ Check digests and display a message if an error occurs.
@return True if all digests match, False otherwise.
"""
verified_ok, reason = portage.checksum.verify_all(filename, digests)