summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-08-03 17:27:00 +0000
committerBill Nottingham <notting@redhat.com>2006-08-03 17:27:00 +0000
commit3200c67c8dc811f2fde06694d1a64a34d98b4efa (patch)
treef69eb63f1cf4964c16107c4b25ffaf00d8c431e7 /yuminstall.py
parentbf1e115a17b43e251f3ca881650bd78be2e427da (diff)
downloadanaconda-3200c67c8dc811f2fde06694d1a64a34d98b4efa.tar.gz
anaconda-3200c67c8dc811f2fde06694d1a64a34d98b4efa.tar.xz
anaconda-3200c67c8dc811f2fde06694d1a64a34d98b4efa.zip
fix spelling
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index 90b1bd858..76808aced 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -285,7 +285,7 @@ class YumSorter(yum.YumBase):
if dep is None:
dep = self._provideToPkg(req)
if dep is None:
- log.warning("Unresolvable dependancy %s in %s"
+ log.warning("Unresolvable dependency %s in %s"
%(req[0], txmbr.name))
continue