This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 385484b8c4ccae0cab176b26f96df1f27a7aa62a Author: James McCoy <[email protected]> Date: Sat Jun 4 13:47:06 2016 -0400 uscan: Fix typo of "passive" Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 8 ++++++++ scripts/uscan.pl | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d36ca15..8591584 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +devscripts (2.16.6) UNRELEASED; urgency=medium + + * uscan: + + Fix typo of "passive" in description of PASV FTP mode. Thanks to Yann + Dirson for the patch. (Closes: #826321) + + -- James McCoy <[email protected]> Sat, 04 Jun 2016 13:46:07 -0400 + devscripts (2.16.5) unstable; urgency=medium [ James McCoy ] diff --git a/scripts/uscan.pl b/scripts/uscan.pl index 5e3b1e2..89d0154 100755 --- a/scripts/uscan.pl +++ b/scripts/uscan.pl @@ -421,7 +421,7 @@ I<user-agent-string>. (persistent) B<user-agent> option should be specified by itself in the watch line without I<URL>, to allow using semicolons and commas in it. -=item B<pasv>, B<passsive> +=item B<pasv>, B<passive> Use PASV mode for the FTP connection. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
