From: Zac Medico Date: Wed, 4 Jun 2008 01:08:08 +0000 (-0000) Subject: Fit typo. (trunk r10566) X-Git-Tag: v2.1.5.4~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3fc4afe8ef63fe8d591b842388c87015acb05047;p=portage.git Fit typo. (trunk r10566) svn path=/main/branches/2.1.2/; revision=10567 --- 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)