From: Zac Medico Date: Thu, 6 Sep 2007 01:33:01 +0000 (-0000) Subject: Fix a typo. X-Git-Tag: v2.2_pre1~830 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2c71c64a3eeb291c60b7fecdd96942ad4fae1ce5;p=portage.git Fix a typo. svn path=/main/trunk/; revision=7729 --- diff --git a/pym/emerge/__init__.py b/pym/emerge/__init__.py index 2550da4c4..01a1a0ebc 100644 --- a/pym/emerge/__init__.py +++ b/pym/emerge/__init__.py @@ -2263,7 +2263,7 @@ class depgraph(object): # 2 False False # 3 False True # - # If no nodes are selected on the 4th iteration, it is due to + # If no nodes are selected on the 3rd iteration, it is due to # unresolved blockers or circular dependencies. while not mygraph.empty():