It occurs twice: once in a comment, and once in an error message.
---
 debuginfo-install.py | 2 +-
 package-cleanup.py   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debuginfo-install.py b/debuginfo-install.py
index be2ff2d..0f026f1 100755
--- a/debuginfo-install.py
+++ b/debuginfo-install.py
@@ -166,7 +166,7 @@ class DebugInfoInstall(YumUtilBase):
                                 self.logger.critical('Could not find debuginfo 
pkg for dependency package %s' % deppo)
 
         for pkgname in u:
-            self.logger.critical('Could not find a pacakge for: %s' % pkgname)
+            self.logger.critical('Could not find a package for: %s' % pkgname)
 
         #  This is kinda hacky, accessing the option from the plugins code
         # but I'm not sure of a better way of doing it
diff --git a/package-cleanup.py b/package-cleanup.py
index aebae67..acad9f2 100755
--- a/package-cleanup.py
+++ b/package-cleanup.py
@@ -276,7 +276,7 @@ class PackageCleanup(YumUtilBase):
                 toremove.append(kernel)
         
             
-        # Now extend the list with all kernel-devel pacakges that either
+        # Now extend the list with all kernel-devel packages that either
         # have no matching kernel installed or belong to a kernel that is to
         # be removed
         if not keepdevel: 
-- 
1.8.3.1

_______________________________________________
Yum-devel mailing list
[email protected]
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to