From: Zac Medico Date: Wed, 2 Feb 2011 22:04:35 +0000 (-0800) Subject: Fix grammar in a comment. X-Git-Tag: v2.1.9.36~29 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c3d4a31e46ac5e05288a8abcb42d9e2db83c4008;p=portage.git Fix grammar in a comment. --- diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 04971fca0..74cd6ed61 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -848,7 +848,7 @@ class depgraph(object): del e # NOTE: REQUIRED_USE checks are delayed until after - # package selection, since want to prompt the user + # package selection, since we want to prompt the user # for USE adjustment rather than have REQUIRED_USE # affect package selection and || dep choices. if not pkg.built and pkg.metadata["REQUIRED_USE"] and \