summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2010-08-30 14:08:09 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2010-08-30 14:08:09 +0200
commit768b5ed697a7accff7fe86fce31bfefed7d4e8cb (patch)
treeb998a81575f854d06a77b6e927899b1744313365
parent7eff358f9e25858d466eb90a6b8a77f79ebd5e52 (diff)
downloadportage-768b5ed697a7accff7fe86fce31bfefed7d4e8cb.tar.gz
portage-768b5ed697a7accff7fe86fce31bfefed7d4e8cb.tar.bz2
portage-768b5ed697a7accff7fe86fce31bfefed7d4e8cb.zip
Fix typo in comment.
-rw-r--r--pym/_emerge/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index 3c735aa2c..707bb7b41 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -885,7 +885,7 @@ def calc_depclean(settings, trees, ldpath_mtimes,
real_vardb._linkmap is not None and \
myopts.get('--depclean-lib-check') != 'n':
- # Check if any of these package are the sole providers of libraries
+ # Check if any of these packages are the sole providers of libraries
# with consumers that have not been selected for removal. If so, these
# packages and any dependencies need to be added to the graph.
real_vardb = trees[myroot]["vartree"].dbapi