From: Ralf Ertzinger Date: Thu, 15 Aug 2013 14:44:48 +0000 (+0200) Subject: Fix typo X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=quotesite.git;a=commitdiff_plain;h=353202257e078cefee3972dd01b2c330c0823053;hp=31f6aa5cd983c20d38e04efd14ac1d07a0e15cde Fix typo --- diff --git a/quotesite.pl b/quotesite.pl index 6e4728b..889312a 100644 --- a/quotesite.pl +++ b/quotesite.pl @@ -74,7 +74,7 @@ my $quotesite_commands = { 'help' => sub { cmd_help(@_); - }. + }, 'enable' => sub { cmd_enable(@_);