From 7b7cb01250e8a67936b1654448d56ef9c8574fdf Mon Sep 17 00:00:00 2001 From: pdbogen Date: Mon, 22 Jun 2009 01:42:31 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://www.cernu.us/~pdbogen/svn/destult2@103 088b83a4-0077-4247-935c-42ec02c2848b --- commands.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.yaml b/commands.yaml index 7735988..c7daa59 100644 --- a/commands.yaml +++ b/commands.yaml @@ -1979,7 +1979,7 @@ TWITTER: |- my $len = length $what; if( $len > 140 ) { - $kernel->post( $src, $replypath, "Your tweet exceed the 140-character limit by ".($len - 140)." character".($len>141?"s":""), $dest ); + $kernel->post( $src, $replypath, "Your tweet exceeds the 140-character limit by ".($len - 140)." character".($len>141?"s":""), $dest ); return; } -- 2.11.0