]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 328379: Fix spelling: 'visitng' -> 'visiting' in relogin.cgi; r=LpSolit...
authorjocuri%softhome.net <>
Fri, 24 Feb 2006 08:50:07 +0000 (08:50 +0000)
committerjocuri%softhome.net <>
Fri, 24 Feb 2006 08:50:07 +0000 (08:50 +0000)
relogin.cgi

index db63574809e42ae84a14f6438ebeefb3df28ec9e..1aef30e10084006c8f4ac4649be364f82f2131f9 100755 (executable)
@@ -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