]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix function typo
authorDon Armstrong <don@donarmstrong.com>
Wed, 21 Feb 2018 21:01:11 +0000 (13:01 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 21 Feb 2018 21:01:11 +0000 (13:01 -0800)
bin/debbugs-spam

index ba026da4547af6a1ac3b79d07df1e9af9c5b940f..cc062dcd1bb74d8c69f7818dbd4978322db89b29 100755 (executable)
@@ -144,7 +144,7 @@ my %subcommands =
                     },
      'mark-ham' => {function => \&mark_ham,
                    },
-     'learn' => {fuction => \&learn,
+     'learn' => {function => \&learn,
                 },
      'help' => {function => sub {pod2usage({verbose => 2});}}
     );