From: Isaac Good Date: Thu, 9 Jul 2020 17:29:27 +0000 (-0700) Subject: Update listsort.pl X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b7f8b903e077a50ff79aef4f272668837960724b;p=irssi-scripts.irssi.org.git Update listsort.pl s/decscription/description/ --- diff --git a/scripts/listsort.pl b/scripts/listsort.pl index 81b9ab9..439357d 100644 --- a/scripts/listsort.pl +++ b/scripts/listsort.pl @@ -3,12 +3,12 @@ use warnings; use Irssi; use vars qw/$VERSION %IRSSI/; -$VERSION = '0.1'; +$VERSION = '0.1.1'; %IRSSI = ( authors => 'Isaac Good', name => 'listsort', contact => 'irssi@isaacgood.com', - decsription => 'Sort the /list output by channel size', + description => 'Sort the /list output by channel size', license => 'BSD', url => 'https://github.com/IsaacG/irssi-scripts', created => '2013/02/23',