--- udd/src/udd/sources_gatherer.py 2008/08/08 18:24:07 1007 +++ udd/src/udd/sources_gatherer.py 2008/08/08 18:25:07 1008 @@ -158,4 +158,4 @@ def print_warnings(self): for key in sources_gatherer.warned_about: - print "Unknowen key %s appeared %d times" % (key, sources_gatherer.warned_about[key]) + print "Unknown key %s appeared %d times" % (key, sources_gatherer.warned_about[key])