From 89061e3ad9db4185d5589f91a05a0bad234f0a72 Mon Sep 17 00:00:00 2001
From: Dan Boger <zigdon@irc.peeron.com>
Date: Tue, 12 Jan 2010 09:49:21 -0800
Subject: [PATCH] Fix typo

---
 twirssi.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.39.5