From 89061e3ad9db4185d5589f91a05a0bad234f0a72 Mon Sep 17 00:00:00 2001 From: Dan Boger 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 ) { ¬ice("Twirssi not autorized to access $service for $user."); ¬ice("Please authorize at the following url, then enter the pin "); - ¬ice("supplied with /twirssi_oath $user\@$service "); + ¬ice("supplied with /twirssi_oauth $user\@$service "); ¬ice($twit->get_authorization_url); $oauth{pending}{"$user\@$service"} = $twit; -- 2.30.2