summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-06-04 01:08:08 +0000
committerZac Medico <zmedico@gentoo.org>2008-06-04 01:08:08 +0000
commit3fc4afe8ef63fe8d591b842388c87015acb05047 (patch)
treeffcc33abe6d009afb94d83738a97fcc2d28246e4 /pym/portage.py
parentaa39ae3f055220d901ecc20a7e3e9e8ec38f0bb7 (diff)
downloadportage-3fc4afe8ef63fe8d591b842388c87015acb05047.tar.gz
portage-3fc4afe8ef63fe8d591b842388c87015acb05047.tar.bz2
portage-3fc4afe8ef63fe8d591b842388c87015acb05047.zip
Fit typo. (trunk r10566)
svn path=/main/branches/2.1.2/; revision=10567
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index ac9e8d8c3..8ae940641 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -3110,7 +3110,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)