summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge/__init__.py')
-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.
"""