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 "