summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-07-19 07:33:26 +0000
committerZac Medico <zmedico@gentoo.org>2008-07-19 07:33:26 +0000
commit7f7756fd1e75d84d0ad52a8d5874673cfbc7222e (patch)
treed2ebe81873d3bbac1ca338f024181e48b622016e
parent0398470e5029fe096a4400a2a6a79ef40076a691 (diff)
downloadportage-7f7756fd1e75d84d0ad52a8d5874673cfbc7222e.tar.gz
portage-7f7756fd1e75d84d0ad52a8d5874673cfbc7222e.tar.bz2
portage-7f7756fd1e75d84d0ad52a8d5874673cfbc7222e.zip
Fix typos.
svn path=/main/trunk/; revision=11134
-rw-r--r--pym/_emerge/__init__.py4
1 files changed, 2 insertions, 2 deletions
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.
"""