From: Zac Medico Date: Wed, 18 May 2011 01:49:57 +0000 (-0700) Subject: Fix a typo in a comment. X-Git-Tag: v2.1.9.50~80 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cc736d073ac4444eb250d5510217fcf15d1b0d19;p=portage.git Fix a typo in a comment. --- diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index e3b8710d7..2d0ad82fe 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -5204,7 +5204,7 @@ class depgraph(object): is_latest_in_slot = False break else: - # iter_match_pkgs yields highest verion first, so + # iter_match_pkgs yields highest version first, so # there's no need to search this pkg_type any further break