summaryrefslogtreecommitdiffstats
path: root/bin/regenworld
diff options
context:
space:
mode:
Diffstat (limited to 'bin/regenworld')
-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