From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QVTbF-0007pd-Kx for garchives@archives.gentoo.org; Sat, 11 Jun 2011 19:12:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C8401C0A7; Sat, 11 Jun 2011 19:11:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D40F11C0D4 for ; Sat, 11 Jun 2011 19:11:53 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50ED31B4006 for ; Sat, 11 Jun 2011 19:11:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5FC4B8003C for ; Sat, 11 Jun 2011 19:11:51 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arfrever Frehtes Taifersar Arahesis" Message-ID: <5e5b5c28dec6e9112f85adf0e2aaa00089010e62.arfrever@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/depgraph.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis X-VCS-Revision: 5e5b5c28dec6e9112f85adf0e2aaa00089010e62 Date: Sat, 11 Jun 2011 19:11:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 5780b877708889fbb8f751db37a8bdae commit: 5e5b5c28dec6e9112f85adf0e2aaa00089010e62 Author: Arfrever Frehtes Taifersar Arahesis Gentoo Org> AuthorDate: Sat Jun 11 19:12:09 2011 +0000 Commit: Arfrever Frehtes Taifersar Arahesis gentoo org> CommitDate: Sat Jun 11 19:12:09 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D5e5b5c28 Fix a typo in a comment. --- pym/_emerge/depgraph.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 41924b4..3b47c35 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