summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authoridl0r <idl0r@gentoo.org>2010-05-13 00:17:40 +0000
committeridl0r <idl0r@gentoo.org>2010-05-13 00:17:40 +0000
commitc559b22ab2fce149d57cb99f65ff54a136122f39 (patch)
tree9c4a33011f389111640fdfd8a510457b2e6e9d4b /pym
parentd7f5ad1b39b8e92bb386304945f42e0eb88aa0d7 (diff)
downloadgentoolkit-c559b22ab2fce149d57cb99f65ff54a136122f39.tar.gz
eclean/cli.py: Fix typo, bug 319349, thanks to Ulrich Müller <ulm@gentoo.org>.
svn path=/trunk/gentoolkit/; revision=781
Diffstat (limited to 'pym')
-rw-r--r--pym/gentoolkit/eclean/cli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/gentoolkit/eclean/cli.py b/pym/gentoolkit/eclean/cli.py
index ddfaaba..5251ba8 100644
--- a/pym/gentoolkit/eclean/cli.py
+++ b/pym/gentoolkit/eclean/cli.py
@@ -421,14 +421,14 @@ def doAction(action,options,exclude={}, output=None):
output.einfo("Your "+action+" directory was already clean.")
if saved and not options['quiet']:
print()
- print( (pp.emph(" The folowing ") + yellow("Deprecated") +
+ print( (pp.emph(" The following ") + yellow("Deprecated") +
pp.emph(" files were saved from cleaning due to exclusion file entries")))
output.set_colors('deprecated')
clean_size = cleaner.pretend_clean(saved)
output.total('deprecated', clean_size, len(saved), verb, action)
if deprecated and not options['quiet']:
print()
- print( (pp.emph(" The folowing ") + yellow("Deprecated") +
+ print( (pp.emph(" The following ") + yellow("Deprecated") +
pp.emph(" installed packages were found")))
output.set_colors('deprecated')
output.list_pkgs(deprecated)