From: Zac Medico Date: Wed, 6 Oct 2010 20:38:28 +0000 (-0700) Subject: Fix a typo in a comment. X-Git-Tag: v2.2_rc90 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bd513bafdd79ec5ebd55b6dbb82d5cc42a3204b6;p=portage.git Fix a typo in a comment. --- 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