[pkg-perl-tools] 01/01: dpt-salsa: fix typo in error message

gregor herrmann gregoa at debian.org
Sat Feb 10 00:13:50 UTC 2018


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit 6927c9a04a5e41580a6f4470ac9cce197c8e62ff
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 10 01:13:23 2018 +0100

    dpt-salsa: fix typo in error message
    
    Gbp-Dch: Ignore
---
 scripts/salsa | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/salsa b/scripts/salsa
index addb1a6..778a0da 100755
--- a/scripts/salsa
+++ b/scripts/salsa
@@ -336,7 +336,7 @@ sub changerepo {
     die 'Required parameter name|description missing.' unless $property;
     die "Unknown property '$property'. Valid cases: 'name' or 'description'."
         unless ( $property eq 'name' or $property eq 'description' );
-    die 'Required paramter "new value" missing.' unless $value;
+    die 'Required parameter "new value" missing.' unless $value;
 
     my $repo_path = repo2repopath($repo);
     $api->edit_project( $repo_path, { $property => $value } );

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git



More information about the Pkg-perl-cvs-commits mailing list