From: Arfrever Frehtes Taifersar Arahesis Date: Sat, 11 Jun 2011 19:12:09 +0000 (+0200) Subject: Fix a typo in a comment. X-Git-Tag: v2.2.0_alpha40 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5e5b5c28dec6e9112f85adf0e2aaa00089010e62;p=portage.git Fix a typo in a comment. --- diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 41924b460..3b47c3574 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -5031,7 +5031,7 @@ class depgraph(object): if gather_deps(ignore_priority, mergeable_nodes, selected_nodes, node): # When selecting asap_nodes, we need to ensure - # that we don't selected a large runtime cycle + # that we haven't selected a large runtime cycle # that is obviously sub-optimal. This will be # obvious if any of the non-asap selected_nodes # is a leaf node when medium_soft deps are