summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 2e6eeaf..faa4ed7 100755
--- a/dgit
+++ b/dgit
@@ -4591,7 +4591,7 @@ END
my ($objid) = @_;
my $t = $taints{$objid};
return unless $t;
- print STDERR f_ "would want to push tainted %s object %s\n",
+ print STDERR f_ "Would want to push tainted %s object %s\n",
$t->{Type}, $objid;
foreach my $row (@{ $t->{Rows} }) {
if (grep m{^--deliberately-}, @{ $row->{overrides} }) {