Fix typo
authorDan Boger <zigdon@irc.peeron.com>
Tue, 12 Jan 2010 17:49:21 +0000 (09:49 -0800)
committerDan Boger <zigdon@irc.peeron.com>
Tue, 12 Jan 2010 17:49:21 +0000 (09:49 -0800)
twirssi.pl

index 001b18240dadc2e37bb9844814f2920b55395a4d..52343723a29d21d0994df5b12c7d79b3f475f4a7 100644 (file)
@@ -543,7 +543,7 @@ sub cmd_login {
             unless ( $twit->authorized ) {
                 &notice("Twirssi not autorized to access $service for $user.");
                 &notice("Please authorize at the following url, then enter the pin ");
             unless ( $twit->authorized ) {
                 &notice("Twirssi not autorized to access $service for $user.");
                 &notice("Please authorize at the following url, then enter the pin ");
-                &notice("supplied with /twirssi_oath $user\@$service <pin>");
+                &notice("supplied with /twirssi_oauth $user\@$service <pin>");
                 &notice($twit->get_authorization_url);
 
                 $oauth{pending}{"$user\@$service"} = $twit;
                 &notice($twit->get_authorization_url);
 
                 $oauth{pending}{"$user\@$service"} = $twit;