From 82e4901d7c05689b10bed7445d8e8c49743329e1 Mon Sep 17 00:00:00 2001 From: Brian West Date: Thu, 15 Dec 2016 14:03:57 -0600 Subject: [PATCH] fix typo %ignore --- support-d/utils/fixbug.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support-d/utils/fixbug.pl b/support-d/utils/fixbug.pl index a2c3b2cd74..1f2ec86603 100755 --- a/support-d/utils/fixbug.pl +++ b/support-d/utils/fixbug.pl @@ -79,7 +79,7 @@ if ($auto) { $opts{msg} =~ s/%c/$component/; $gitcmd = "git commit $args -m \"$opts{msg}$opts{append}\""; } else { - $gitcmd = "git commit $args -m \"$opts{bug}: [$componet] $sum$opts{append} #resolve\""; + $gitcmd = "git commit $args -m \"$opts{bug}: [$component] $sum$opts{append} #resolve\""; } } else { $gitcmd = "git commit $args -t /tmp/$opts{bug}.tmp";