diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org> | 2010-10-10 04:54:51 +0200 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-10-11 18:45:27 -0700 |
commit | 8d0058d3411361c29b63ec9f4e1409fa0dcfd3c0 (patch) | |
tree | 89c8f31c333dcc1603b475799cf78af4c6ab5713 | |
parent | e3ad6b190beb7c086767440d36d8bff2b5e6d1ab (diff) | |
download | portage-8d0058d3411361c29b63ec9f4e1409fa0dcfd3c0.tar.gz portage-8d0058d3411361c29b63ec9f4e1409fa0dcfd3c0.tar.bz2 portage-8d0058d3411361c29b63ec9f4e1409fa0dcfd3c0.zip |
Fix typos in comments.
-rw-r--r-- | 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 4095bbbba..af4e77a39 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -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: |