From e439cdcab435660b5230044349601541acda7136 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 10 Oct 2010 04:54:51 +0200 Subject: Fix typos in comments. --- pym/_emerge/depgraph.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym/_emerge') diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 5792c9605..a37a5989b 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -682,7 +682,7 @@ class depgraph(object): if not dep_pkg: if dep.priority.optional: - # This could be an unecessary build-time dep + # This could be an unnecessary build-time dep # pulled in by --with-bdeps=y. return 1 if allow_unsatisfied: @@ -2501,7 +2501,7 @@ class depgraph(object): if hasattr(db, "xmatch"): # For portdbapi we match only against the cpv, in order - # to bypass unecessary cache access for things like IUSE + # to bypass unnecessary cache access for things like IUSE # and SLOT. Later, we cache the metadata in a Package # instance, and use that for further matching. This # optimization is especially relevant since -- cgit v1.2.3-1-g7c22