eclean/cli.py: Fix typo, bug 319349, thanks to Ulrich Müller <ulm@gentoo.org>.
authoridl0r <idl0r@gentoo.org>
Thu, 13 May 2010 00:17:40 +0000 (00:17 -0000)
committeridl0r <idl0r@gentoo.org>
Thu, 13 May 2010 00:17:40 +0000 (00:17 -0000)
svn path=/trunk/gentoolkit/; revision=781

ChangeLog
pym/gentoolkit/eclean/cli.py

index 4fa13bac0d34b9f16e14fee89b05d7ac0262e6ff..b489c9622ca8c6e2b86889bb34c50082fd3c4c64 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-13: Christian Ruppert <idl0r@gentoo.org>
+       * eclean/cli.py: Fix typo, bug 319349, thanks to Ulrich Müller
+       <ulm@gentoo.org>.
+
 2010-05-06: Christian Ruppert <idl0r@gentoo.org>
        * revdep-rebuild: Make revdep-rebuild more quiet, bug 97073. We might
        improve that a bit more in the future.
index ddfaaba621c79ac6e88fb6f129379bbd12a2ed81..5251ba8298344c4d187cd6a7cfdd50c3512c6bd0 100644 (file)
@@ -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)