From: Zac Medico Date: Wed, 2 Feb 2011 22:04:35 +0000 (-0800) Subject: Fix grammar in a comment. X-Git-Tag: v2.2.0_alpha20~32 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d7d414c96f797d164eb292784c3241d8de7f380a;p=portage.git Fix grammar in a comment. --- diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 3d923bace..45873af13 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -826,7 +826,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 \