From 8543e3c5f9a6fda2df727c379deb88f122ce8639 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 9 Sep 2011 11:53:04 +0100 Subject: [PATCH] syncpackage: Fix typo. --- debian/changelog | 4 ++++ syncpackage | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 924cdec..aa2430d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ ubuntu-dev-tools (0.131) UNRELEASED; urgency=low + [ Stefano Rivera ] * doc/requestsync.1: Correct default value for REQUESTSYNC_SMTP_SERVER (LP: #844992) * import-bug-from-debian: Bugs are filed against source packages in Ubuntu. (LP: #844734) + [ Colin Watson ] + * syncpackage: Fix typo. + -- Stefano Rivera Thu, 08 Sep 2011 23:13:05 +0200 ubuntu-dev-tools (0.130) unstable; urgency=low diff --git a/syncpackage b/syncpackage index 03b317e..02061d8 100755 --- a/syncpackage +++ b/syncpackage @@ -596,7 +596,7 @@ def main(): if blacklisted == 'CURRENT': if options.force: - messages += ["Forcing override of temporary blacklising."] + messages += ["Forcing override of temporary blacklisting."] else: fail = True messages += ["The blacklisting only applies to the current "