syncpackage: Fix typo.

This commit is contained in:
Colin Watson 2011-09-09 11:53:04 +01:00
parent 3a07cf4a74
commit 8543e3c5f9
2 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View File

@ -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 <stefanor@debian.org> Thu, 08 Sep 2011 23:13:05 +0200
ubuntu-dev-tools (0.130) unstable; urgency=low

View File

@ -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 "