From 095152fa777a8ab059b9e25b5510110f5881685b Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 15 Oct 2010 22:21:24 +0200 Subject: Fix some typos. --- pym/_emerge/actions.py | 2 +- pym/_emerge/depgraph.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pym/_emerge') diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 708ff0ff5..4f1243c23 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -1181,7 +1181,7 @@ def calc_depclean(settings, trees, ldpath_mtimes, raise AssertionError("no root nodes") if ignore_priority is not None: # Some deps have been dropped due to circular dependencies, - # so only pop one node in order do minimize the number that + # so only pop one node in order to minimize the number that # are dropped. del nodes[1:] for node in nodes: diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 38d2d4029..365efe6dc 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -4255,7 +4255,7 @@ class depgraph(object): if min_parent_deps is not None and \ len(parent_deps) >= min_parent_deps: # This task is no better than a previously selected - # task, so abort search now in order avoid wasting + # task, so abort search now in order to avoid wasting # any more cpu time on this task. This increases # performance dramatically in cases when there are # hundreds of blockers to solve, like when @@ -4277,7 +4277,7 @@ class depgraph(object): if uninst_task is not None and min_parent_deps == 1: # This is the best possible result, so so abort search - # now in order avoid wasting any more cpu time. + # now in order to avoid wasting any more cpu time. break if uninst_task is not None: -- cgit v1.2.3-1-g7c22