Fix typo.
authorpdbogen <pdbogen@088b83a4-0077-4247-935c-42ec02c2848b>
Mon, 22 Jun 2009 01:42:31 +0000 (01:42 +0000)
committerpdbogen <pdbogen@088b83a4-0077-4247-935c-42ec02c2848b>
Mon, 22 Jun 2009 01:42:31 +0000 (01:42 +0000)
git-svn-id: https://www.cernu.us/~pdbogen/svn/destult2@103 088b83a4-0077-4247-935c-42ec02c2848b

commands.yaml

index 7735988..c7daa59 100644 (file)
@@ -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;
       }