Fix a typo in a comment. v2.2_rc90
authorZac Medico <zmedico@gentoo.org>
Wed, 6 Oct 2010 20:38:28 +0000 (13:38 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 6 Oct 2010 20:38:28 +0000 (13:38 -0700)
pym/_emerge/depgraph.py

index 846d3ece56f7325335949a8b92f1661be952b5fc..a71c39e1b7d8389271c6a3805d9a73f78dd9465e 100644 (file)
@@ -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