Typo in bugtracker corrected

This commit is contained in:
Arvind S Raj
2010-06-02 19:39:45 +05:30
parent 55ca23f755
commit 8d1c3151b8

View File

@ -622,7 +622,7 @@ class Launchpad(IBugtracker):
supylog.warning("Please install python-launchpadlib, the old interface is depricated")
except Exception: # Something unexpected happened
self.lp = None
supylog.error("Error accessing Launchapd API")
supylog.error("Error accessing Launchpad API")
def _parse(self, task):
parser = email.FeedParser.FeedParser()