[yum-commits] yumcommands.py yum/__init__.py
zpavlas at osuosl.org
zpavlas at osuosl.org
Fri Feb 1 08:35:56 UTC 2013
yum/__init__.py | 2 +-
yumcommands.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f30f0a2d23202cc5ef5887225d94d5cd62a49974
Author: Yuri Chornoivan <yurchor at ukr.net>
Date: Thu Jan 31 23:04:50 2013 +0200
Fix typos
diff --git a/yum/__init__.py b/yum/__init__.py
index 509b231..ca3a236 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -1185,7 +1185,7 @@ pointing out that there is a problem. Eg.:
message showing the root cause of the problem.
2. You have multiple architectures of %(name)s installed, but
- yum can only see an upgrade for one of those arcitectures.
+ yum can only see an upgrade for one of those architectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.
diff --git a/yumcommands.py b/yumcommands.py
index 25165b7..15049f4 100644
--- a/yumcommands.py
+++ b/yumcommands.py
@@ -3166,7 +3166,7 @@ class SwapCommand(YumCommand):
:return: a one line summary of this command
"""
- return _("Simple way to swap packages, isntead of using shell")
+ return _("Simple way to swap packages, instead of using shell")
def doCheck(self, base, basecmd, extcmds):
"""Verify that conditions are met so that this command can run.
More information about the Yum-commits
mailing list