diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org> | 2010-08-06 18:37:43 +0200 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org> | 2010-08-06 18:37:43 +0200 |
commit | bc67368537e26a8e2df53a1674366dcbfc6b2763 (patch) | |
tree | 2aea271799f467d953ed8e5ce6a918ae829d92e0 | |
parent | Add a _MaskReason.hint attribute that the --autounmask code can use (diff) | |
download | portage-multirepo-bc67368537e26a8e2df53a1674366dcbfc6b2763.tar.gz portage-multirepo-bc67368537e26a8e2df53a1674366dcbfc6b2763.tar.bz2 portage-multirepo-bc67368537e26a8e2df53a1674366dcbfc6b2763.zip |
Fix typo in comment.
-rw-r--r-- | pym/_emerge/actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 9de45f44..aeae5e75 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -2431,7 +2431,7 @@ def action_uninstall(settings, trees, ldpath_mtimes, if action == 'deselect': return action_deselect(settings, trees, opts, valid_atoms) - # Create a Schuduler for calls to unmerge(), in order to cause + # Create a Scheduler for calls to unmerge(), in order to cause # redirection of ebuild phase output to logs as required for # options such as --quiet. sched = Scheduler(settings, trees, None, opts, |