This is an automated email from the git hooks/post-receive script. nomeata pushed a commit to branch mk-origtargz in repository devscripts.
commit b1482bf7c90f6bc9806c4de220482c886083ad96 Author: Joachim Breitner <[email protected]> Date: Sun Apr 13 01:21:30 2014 +0200 Orthography --- scripts/mk-origtargz.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/mk-origtargz.pl b/scripts/mk-origtargz.pl index 5fdb066..1c9a670 100755 --- a/scripts/mk-origtargz.pl +++ b/scripts/mk-origtargz.pl @@ -461,13 +461,13 @@ my $upstream_nice = File::Spec->canonpath($upstream); my $destfile_nice = File::Spec->canonpath($destfile); if ($is_zipfile or $do_repack or $deletecount) { - print "Succesfully repacked $upstream_nice as $destfile_nice"; + print "Successfully repacked $upstream_nice as $destfile_nice"; } elsif ($mode eq "symlink") { - print "Succesfully symlinked $upstream_nice to $destfile_nice"; + print "Successfully symlinked $upstream_nice to $destfile_nice"; } elsif ($mode eq "copy") { - print "Succesfully copied $upstream_nice to $destfile_nice"; + print "Successfully copied $upstream_nice to $destfile_nice"; } elsif ($mode eq "rename") { - print "Succesfully renamed $upstream_nice to $destfile_nice"; + print "Successfully renamed $upstream_nice to $destfile_nice"; } else { die "Unknown mode $mode." } -- 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
