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";