From c559b22ab2fce149d57cb99f65ff54a136122f39 Mon Sep 17 00:00:00 2001 From: idl0r Date: Thu, 13 May 2010 00:17:40 +0000 Subject: eclean/cli.py: Fix typo, bug 319349, thanks to Ulrich Müller . MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/gentoolkit/; revision=781 --- ChangeLog | 4 ++++ pym/gentoolkit/eclean/cli.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4fa13ba..b489c96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-05-13: Christian Ruppert + * eclean/cli.py: Fix typo, bug 319349, thanks to Ulrich Müller + . + 2010-05-06: Christian Ruppert * revdep-rebuild: Make revdep-rebuild more quiet, bug 97073. We might improve that a bit more in the future. 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) -- cgit v1.2.3