From: jocuri%softhome.net <> Date: Fri, 24 Feb 2006 08:50:07 +0000 (+0000) Subject: Patch for bug 328379: Fix spelling: 'visitng' -> 'visiting' in relogin.cgi; r=LpSolit... X-Git-Tag: bugzilla-2.22~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b361d276d442c0cf87b41b078178304f0d1e5fa;p=thirdparty%2Fbugzilla.git Patch for bug 328379: Fix spelling: 'visitng' -> 'visiting' in relogin.cgi; r=LpSolit, a=myk. --- diff --git a/relogin.cgi b/relogin.cgi index db63574809..1aef30e100 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