From: Zac Medico Date: Wed, 4 Jun 2008 01:07:32 +0000 (-0000) Subject: Fix typo. X-Git-Tag: v2.2_pre8~28 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c842854cdb99e16af33378d7bbb2318c1997d381;p=portage.git Fix typo. svn path=/main/trunk/; revision=10566 --- 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)