From: Dan Boger <zigdon@irc.peeron.com>
Date: Tue, 12 Jan 2010 17:49:21 +0000 (-0800)
Subject: Fix typo
X-Git-Url: https://git.sommitrealweird.co.uk/twirssi-net-twitter-lite.git/commitdiff_plain/89061e3ad9db4185d5589f91a05a0bad234f0a72?hp=-c

Fix typo
---

89061e3ad9db4185d5589f91a05a0bad234f0a72
diff --git a/twirssi.pl b/twirssi.pl
index 001b182..5234372 100644
--- a/twirssi.pl
+++ b/twirssi.pl
@@ -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 ");
-                &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;