[pkg-haskell-tools] 02/11: Some small typo fixes

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Sun Jul 24 20:52:52 UTC 2016


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

iliastsi-guest pushed a commit to branch master
in repository pkg-haskell-tools.

commit c18a6691e66af4b837a51c8d0033be2d66142f26
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date:   Sat Jul 23 16:49:18 2016 +0300

    Some small typo fixes
---
 scripts/dch | 8 ++++----
 scripts/tag | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/scripts/dch b/scripts/dch
index bb9f4df..0ec709a 100755
--- a/scripts/dch
+++ b/scripts/dch
@@ -12,8 +12,8 @@ Usage: dht dch [debchange option]
 
 This is a wrapper for debchange(1), which will implement our custom heuristics
 of whether a new changelog entry should be created, or the current one be
-amended: If there current one is tagged, create a new one, else append the
-current one.
+amended: If the current version is tagged, create a new changelog entry, else
+append to the current one.
 
 It passes either --append or --increment to debchange, so you should not.
 __END__
@@ -24,8 +24,8 @@ Usage: dht dch [debchange option]
 
 This is a wrapper for debchange(1), which will implement our custom heuristics
 of whether a new changelog entry should be created, or the current one be
-amended: If there current one is tagged, create a new one, else append the
-current one.
+amended: If the current version is tagged, create a new changelog entry, else
+append to the current one.
 
 It passes either --append or --increment to debchange, so you should not.
 __END__
diff --git a/scripts/tag b/scripts/tag
index c44a2b8..76e7e73 100755
--- a/scripts/tag
+++ b/scripts/tag
@@ -9,7 +9,7 @@ use warnings;
 use DHT;
 
 usage <<__END__;
-tag - Tag a built pakage
+tag - Tag a built package
 
 Usage: dht tag [--dry-run] [directory..]
 

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



More information about the Pkg-haskell-commits mailing list