[yum-commits] ChangeLog debuginfo-install.py package-cleanup.py
zpavlas at osuosl.org
zpavlas at osuosl.org
Fri Jul 12 01:16:16 UTC 2013
ChangeLog | 2 +-
debuginfo-install.py | 2 +-
package-cleanup.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 453321747e55e87acc8ed32fe2ad4b72fd2d2785
Author: Zdenek Pavlas <zpavlas at redhat.com>
Date: Tue Jul 9 15:06:47 2013 +0200
Fix pacakge => package typo
diff --git a/ChangeLog b/ChangeLog
index bc802f6..e9be2e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3370,7 +3370,7 @@
2008-08-04 James Antill <james at and.org>
* yum-builddep.py: Allow yum-builddep to use "extras"
- (installed/not-available pacakges
+ (installed/not-available packages
2008-08-04 James Antill <james at and.org>
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:
More information about the Yum-commits
mailing list