From c469abf955290d0eb901b503c6e6c9433b309706 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 24 Aug 2013 18:01:52 +0100 Subject: [PATCH] typo --- dgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgit b/dgit index 66652983..ff6956e1 100755 --- a/dgit +++ b/dgit @@ -852,7 +852,7 @@ sub dopush () { my $changes = parsecontrol($changesfile,$changesfile); foreach my $field (qw(Source Distribution Version)) { $changes->{$field} eq $clogp->{$field} or - fail "changes field $field \`$changes->{$field}'" + fail "changes field $field \`$changes->{$field}'". " does not match changelog \`$clogp->{$field}'"; my $tag = debiantag($dversion); if (!check_for_git()) { -- 2.30.2