Fix typos in comments.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Sun, 10 Oct 2010 02:54:51 +0000 (04:54 +0200)
committerZac Medico <zmedico@gentoo.org>
Tue, 12 Oct 2010 01:45:27 +0000 (18:45 -0700)
pym/_emerge/depgraph.py

index 4095bbbba39088e2e42d6171e0c2736cad777747..af4e77a3980e6408017c239dedc71b3ad8ae6341 100644 (file)
@@ -701,7 +701,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: