From: Don Armstrong Date: Wed, 21 Feb 2018 21:01:11 +0000 (-0800) Subject: fix function typo X-Git-Tag: release/2.6.0~26 X-Git-Url: https://git.donarmstrong.com/debbugs.git/?a=commitdiff_plain;h=e857bfd3f8ee4415d62b6efb9134150d96b45f7d;p=debbugs.git fix function typo --- diff --git a/bin/debbugs-spam b/bin/debbugs-spam index ba026da..cc062dc 100755 --- a/bin/debbugs-spam +++ b/bin/debbugs-spam @@ -144,7 +144,7 @@ my %subcommands = }, 'mark-ham' => {function => \&mark_ham, }, - 'learn' => {fuction => \&learn, + 'learn' => {function => \&learn, }, 'help' => {function => sub {pod2usage({verbose => 2});}} );