From 695a6f15c5cceddac620e9bc61296a4bd4cd44aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serdar=20Dalg=C4=B1=C3=A7?= Date: Thu, 21 May 2009 20:57:29 +0000 Subject: [PATCH] fix typo --- pisi/operations/upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/operations/upgrade.py b/pisi/operations/upgrade.py index 4f329507..d6f842aa 100644 --- a/pisi/operations/upgrade.py +++ b/pisi/operations/upgrade.py @@ -113,7 +113,7 @@ def upgrade_pkg_names(A = [], repo=None): ctx.ui.info(_('No packages to upgrade.')) return True - # Force upgrading of installed but replaced packages or else they wil be removed (they are obsoleted also). + # Force upgrading of installed but replaced packages or else they will be removed (they are obsoleted also). # This is not wanted for a replaced driver package (eg. nvidia-X). A |= set(replaces.values())