From a89aabb6eb972473b226a627aec6060eda7d4ed1 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 24 Feb 2006 08:49:37 +0000 Subject: Patch for bug 328379: Fix spelling: 'visitng' -> 'visiting' in relogin.cgi; r=LpSolit, a=myk. --- relogin.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'relogin.cgi') diff --git a/relogin.cgi b/relogin.cgi index db6357480..1aef30e10 100755 --- a/relogin.cgi +++ b/relogin.cgi @@ -61,7 +61,7 @@ if ($action eq 'prepare-sudo') { ThrowUserError('sudo_in_progress', { target => $user->login }); } - # Keep a temporary record of the user visitng this page + # Keep a temporary record of the user visiting this page $vars->{'token'} = Bugzilla::Token::IssueSessionToken('sudo_prepared'); # Show the sudo page -- cgit v1.2.3-24-g4f1b