summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-06-06 18:00:40 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-06-06 18:00:40 +0200
commitc04c2543225e7089d17b4b11f5460643965ac653 (patch)
treef9fa42ac231b0c3a32636e8beca2f08231d9e65c /pym/_emerge
parent531f10764b7159dd9578f914fa7a862132c582e1 (diff)
downloadportage-c04c2543225e7089d17b4b11f5460643965ac653.tar.gz
portage-c04c2543225e7089d17b4b11f5460643965ac653.tar.bz2
portage-c04c2543225e7089d17b4b11f5460643965ac653.zip
Fix some typos.
Diffstat (limited to 'pym/_emerge')
-rw-r--r--pym/_emerge/depgraph.py2
-rw-r--r--pym/_emerge/unmerge.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index 64fe9c917..b9a394e5d 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -4223,7 +4223,7 @@ class depgraph(object):
if True:
# Pull in blockers from all installed packages that haven't already
- # been pulled into the depgraph, in order to ensure that the are
+ # been pulled into the depgraph, in order to ensure that they are
# respected (bug 128809). Due to the performance penalty that is
# incurred by all the additional dep_check calls that are required,
# blockers returned from dep_check are cached on disk by the
diff --git a/pym/_emerge/unmerge.py b/pym/_emerge/unmerge.py
index 9f348a361..38f3515d0 100644
--- a/pym/_emerge/unmerge.py
+++ b/pym/_emerge/unmerge.py
@@ -25,7 +25,7 @@ def _unmerge_display(root_config, myopts, unmerge_action,
writemsg_level=portage.util.writemsg_level):
"""
Returns a tuple of (returncode, pkgmap) where returncode is
- os.EX_OK is no errors occur, and 1 otherwise.
+ os.EX_OK if no errors occur, and 1 otherwise.
"""
quiet = "--quiet" in myopts