summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-05-22 02:03:04 -0700
committerZac Medico <zmedico@gentoo.org>2011-05-22 02:03:04 -0700
commit060575bae5a14f719cf839b23b6f2f59a42107b5 (patch)
treeb8e7adc48a9f050d8f73bae7a2f23908600246ea /bin
parentd4bf8dc02293cfc81c19f39b12b5e180a5e12645 (diff)
downloadportage-060575bae5a14f719cf839b23b6f2f59a42107b5.tar.gz
portage-060575bae5a14f719cf839b23b6f2f59a42107b5.tar.bz2
portage-060575bae5a14f719cf839b23b6f2f59a42107b5.zip
Fix spelling of "ambiguous".
Diffstat (limited to 'bin')
-rwxr-xr-xbin/regenworld6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/regenworld b/bin/regenworld
index a314a98e8..6b5af4ca5 100755
--- a/bin/regenworld
+++ b/bin/regenworld
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
from __future__ import print_function
@@ -93,10 +93,10 @@ for mykey in biglist:
print("* ignoring broken log entry for %s (likely injected)" % mykey)
except ValueError as e:
try:
- print("* %s is an ambigous package name, candidates are:\n%s" % (mykey, e))
+ print("* %s is an ambiguous package name, candidates are:\n%s" % (mykey, e))
except AttributeError:
# FIXME: Find out what causes this (bug #344845).
- print("* %s is an ambigous package name" % (mykey,))
+ print("* %s is an ambiguous package name" % (mykey,))
continue
if mylist:
#print "mylist:",mylist