From bd513bafdd79ec5ebd55b6dbb82d5cc42a3204b6 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 6 Oct 2010 13:38:28 -0700 Subject: Fix a typo in a comment. --- pym/_emerge/depgraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22