[yum-commits] test/yum-utils-pylintrc yum-groups-manager.py

Ville Skyttä scop at osuosl.org
Sat Jul 20 09:10:25 UTC 2013


 test/yum-utils-pylintrc |    6 +++---
 yum-groups-manager.py   |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit e90f92a8f46a4d0b0ba1adac8a8317e7de842bdd
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Jul 20 12:10:13 2013 +0300

    Spelling fixes.

diff --git a/test/yum-utils-pylintrc b/test/yum-utils-pylintrc
index 6acaba4..def5613 100644
--- a/test/yum-utils-pylintrc
+++ b/test/yum-utils-pylintrc
@@ -101,7 +101,7 @@ include-ids=yes
 # written in a file name "pylint_global.[txt|html]".
 files-output=no
 
-# Tells wether to display a full report or only the messages
+# Tells whether to display a full report or only the messages
 reports=yes
 
 # Python expression which should return a note less than 10 (10 is the highest
@@ -187,7 +187,7 @@ bad-functions=input
 # 
 [VARIABLES]
 
-# Tells wether we should check for unused import in __init__ files.
+# Tells whether we should check for unused import in __init__ files.
 init-import=no
 
 # A regular expression matching names used for dummy variables (i.e. not used).
@@ -202,7 +202,7 @@ additional-builtins=
 # 
 [TYPECHECK]
 
-# Tells wether missing members accessed in mixin class should be ignored. A
+# Tells whether missing members accessed in mixin class should be ignored. A
 # mixin class is detected if its name ends with "mixin" (case insensitive).
 ignore-mixin-members=yes
 
diff --git a/yum-groups-manager.py b/yum-groups-manager.py
index 2cf73c8..c536092 100755
--- a/yum-groups-manager.py
+++ b/yum-groups-manager.py
@@ -204,7 +204,7 @@ def main():
             sys.exit(50)
 
     if not loaded_files and opts.remove:
-        yb.logger.error("Can't remove package(s) when we havn't loaded any")
+        yb.logger.error("Can't remove package(s) when we haven't loaded any")
         sys.exit(50)
 
     group = None
@@ -213,7 +213,7 @@ def main():
     if group is None and opts.name:
         group = comps.return_group(opts.name)
     if group is None and opts.remove:
-        yb.logger.error("Can't remove package(s) from non-existant group")
+        yb.logger.error("Can't remove package(s) from non-existent group")
         sys.exit(50)
 
     if group is None:


More information about the Yum-commits mailing list