summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/porttree.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/dbapi/porttree.py')
-rw-r--r--pym/portage/dbapi/porttree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py
index 4f700b1bd..3b527cf5c 100644
--- a/pym/portage/dbapi/porttree.py
+++ b/pym/portage/dbapi/porttree.py
@@ -785,7 +785,7 @@ class portdbapi(dbapi):
if level == "match-all-cpv-only":
# match *all* packages, 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.
myval = None
mytree = None