[yum-git] cli.py

James Antill james at linux.duke.edu
Thu Apr 24 17:59:39 UTC 2008


 cli.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3fb52d08645608cfd3aed70d9258ed57dbfd07e9
Author: James Antill <james at and.org>
Date:   Thu Apr 24 13:59:19 2008 -0400

    Typo, bug#444022

diff --git a/cli.py b/cli.py
index af1bfba..e413797 100644
--- a/cli.py
+++ b/cli.py
@@ -856,7 +856,7 @@ class YumBaseCli(yum.YumBase, output.YumOutput):
                     pkgs_used.extend(txmbrs)
 
             if not group_matched:
-                self.logger.error(_('Warning: Group %s does not exist.'), group_strng)
+                self.logger.error(_('Warning: Group %s does not exist.'), group_string)
                 continue
             
         if not pkgs_used:



More information about the Yum-cvs-commits mailing list