From: Zac Medico Date: Sat, 19 Jul 2008 07:33:26 +0000 (-0000) Subject: Fix typos. X-Git-Tag: v2.2_rc2~35 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f7756fd1e75d84d0ad52a8d5874673cfbc7222e;p=portage.git Fix typos. svn path=/main/trunk/; revision=11134 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 3693d44bf..7e11ab8ab 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -8781,8 +8781,8 @@ class Scheduler(PollScheduler): """ The uninstall is performed only after blocking packages have been merged on top of it (similar to how a normal upgrade is performed - by first merging the new version on top of the onld version). This - is implemented by reversing the the parent -> uninstall edges in + by first merging the new version on top of the old version). This + is implemented by reversing the parent -> uninstall edges in the graph. """