[Git][haskell-team/pkg-haskell-tools][master] Spelling tweaks

Clint Adams gitlab at salsa.debian.org
Sat Jul 14 19:24:05 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / pkg-haskell-tools


Commits:
be9bb889 by Clint Adams at 2018-07-14T14:23:57-04:00
Spelling tweaks

- - - - -


2 changed files:

- scripts/tag
- scripts/upload


Changes:

=====================================
scripts/tag
=====================================
--- a/scripts/tag
+++ b/scripts/tag
@@ -54,7 +54,7 @@ for my $dir (@dirs) {
 		my ($source, $version, $suite) = ($1, $2, $3);
 		my $tag = sprintf "%s_v%s", $source, $version;
 		$tag =~ tr/:~/_/;
-		my $msg = sprintf "Tagging %s version %s, targetted for %s", $source, $version, $suite;
+		my $msg = sprintf "Tagging %s version %s, targeted for %s", $source, $version, $suite;
 		if ($suite eq "UNRELEASED") {
 			printf STDERR "Cannot tag UNRELEASED package %s-%s\n", $source, $version;
 			$ok = 0;


=====================================
scripts/upload
=====================================
--- a/scripts/upload
+++ b/scripts/upload
@@ -112,7 +112,7 @@ do
 
 	dir="$root/p/$src"
 	rev=$(git log -n 1 --pretty=format:%H -- $dir)
-	msg="Tagging $src version $ver, targetted for $dist"
+	msg="Tagging $src version $ver, targeted for $dist"
 	dcmd cp --reflink=auto -v "$c" "$tmpdir"
 	debsign --re-sign "$tmpdir"/"$(basename "$c")"
 	if [ -z "$host" ]



View it on GitLab: https://salsa.debian.org/haskell-team/pkg-haskell-tools/commit/be9bb8893794e0168c13599c3a41e44954930667

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/pkg-haskell-tools/commit/be9bb8893794e0168c13599c3a41e44954930667
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180714/dfe7fdbf/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list