aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-dch
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-09-18 22:47:00 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-09-18 22:47:00 +0200
commitaf70d4d97813637d21182dbf535b8e9b50e58fb6 (patch)
treeb1cc14b48e2e8e46f3cbaa4066ae28910148c548 /git-dch
parent2162ead30e233760d09a3691087829dc049c92c4 (diff)
wording
Diffstat (limited to 'git-dch')
-rwxr-xr-xgit-dch2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-dch b/git-dch
index 3b707d9d..15213173 100755
--- a/git-dch
+++ b/git-dch
@@ -298,7 +298,7 @@ def main(argv):
print "Continuing from commit '%s'" % since
found_snapshot_header = True
else:
- print "Couldn't get snapshot header, using version info"
+ print "Couldn't find snapshot header, using version info"
if not since:
since = build_tag(options.debian_tag, cp['Version'])