]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix typo %ignore
authorBrian West <brian@freeswitch.org>
Thu, 15 Dec 2016 20:03:57 +0000 (14:03 -0600)
committerBrian West <brian@freeswitch.org>
Thu, 15 Dec 2016 20:03:57 +0000 (14:03 -0600)
support-d/utils/fixbug.pl

index a2c3b2cd745c1c5096159fe1e4212cc90e94754c..1f2ec8660301ee29e8726749c64cdb3a6f05abbd 100755 (executable)
@@ -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";