summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-10-06 13:38:28 -0700
committerZac Medico <zmedico@gentoo.org>2010-10-06 13:38:28 -0700
commitbd513bafdd79ec5ebd55b6dbb82d5cc42a3204b6 (patch)
treeceb4e6ed37866e97e19eff9dcc3d78c82b7d6bcf /pym
parentc7d24916a47f08755932fdad1344f08808ad8022 (diff)
downloadportage-bd513bafdd79ec5ebd55b6dbb82d5cc42a3204b6.tar.gz
portage-bd513bafdd79ec5ebd55b6dbb82d5cc42a3204b6.tar.bz2
portage-bd513bafdd79ec5ebd55b6dbb82d5cc42a3204b6.zip
Fix a typo in a comment.v2.2_rc90
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/depgraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index 846d3ece5..a71c39e1b 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -920,7 +920,7 @@ class depgraph(object):
backtrack_data.append((to_be_masked, parent_atoms))
if not backtrack_data:
- # This shouldn't happen, but fall back to th old
+ # This shouldn't happen, but fall back to the old
# behavior if this gets triggered somehow.
backtrack_data = fallback_data