From 3ce940a70dc15afe504ddcf772d088b952e0b9d9 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" <> Date: Sun, 11 Mar 2007 09:11:16 +0000 Subject: Bug 366466 - "flag notification mail has canceled spelled incorrectly" [p=reed r=timeless a=mkanat] --- Bugzilla/Token.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Bugzilla/Token.pm') diff --git a/Bugzilla/Token.pm b/Bugzilla/Token.pm index 0c2d42fe7..7db6b9165 100644 --- a/Bugzilla/Token.pm +++ b/Bugzilla/Token.pm @@ -216,7 +216,7 @@ sub Cancel { my $template = Bugzilla->template; $vars ||= {}; - # Get information about the token being cancelled. + # Get information about the token being canceled. trick_taint($token); my ($issuedate, $tokentype, $eventdata, $loginname) = $dbh->selectrow_array('SELECT ' . $dbh->sql_date_format('issuedate') . ', @@ -489,8 +489,8 @@ Bugzilla::Token - Provides different routines to manage tokens. to the user to inform him about this action. Params: $user_id: The user ID of the user account whose password tokens - are cancelled. - $reason: The reason why these tokens are cancelled. + are canceled. + $reason: The reason why these tokens are canceled. Returns: Nothing. -- cgit v1.2.3-24-g4f1b