From: Joerg Jaspert Date: Fri, 13 Mar 2009 15:06:26 +0000 (+0100) Subject: stew stew X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=231b2d37f118af2ebd15e039267f2953001b01d1;hp=533e4818008d8c8a2407d0799218469b43e30607;p=dak.git stew stew is all stews fault! :) Signed-off-by: Joerg Jaspert --- diff --git a/dak/bts_categorize.py b/dak/bts_categorize.py index 1e0349d0..663690a1 100755 --- a/dak/bts_categorize.py +++ b/dak/bts_categorize.py @@ -128,7 +128,7 @@ class BugClassifier(object): return controls except: - log.error("couldn't retreive bugs from soap interface: %s" % sys.exc_info()[0]) + log.error("couldn't retrieve bugs from soap interface: %s" % sys.exc_info()[0]) return None def send_email(commands, simulate=False):