Merge lp:~arvindsraj/ubuntu-bots/typo-corrected

Fix "depricated" -> "deprecated"
This commit is contained in:
Terence Simpson
2010-06-02 18:17:26 +01:00

View File

@ -619,10 +619,10 @@ class Launchpad(IBugtracker):
self.lp = Launchpad.login("Ubuntu Bots - Bugtracker", '', '', EDGE_SERVICE_ROOT, cahedir)
except ImportError:
# Ask for launchpadlib to be installed
supylog.warning("Please install python-launchpadlib, the old interface is depricated")
supylog.warning("Please install python-launchpadlib, the old interface is deprecated")
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()