diff options
author | reed%reedloden.com <> | 2007-03-11 09:11:16 +0000 |
---|---|---|
committer | reed%reedloden.com <> | 2007-03-11 09:11:16 +0000 |
commit | 3ce940a70dc15afe504ddcf772d088b952e0b9d9 (patch) | |
tree | 178823e02bc6f19021c422ce15ca0612df55e500 /Bugzilla/Token.pm | |
parent | Bug 373511: InnoDB conversion can fail silently (diff) | |
download | bugzilla-3ce940a70dc15afe504ddcf772d088b952e0b9d9.tar.gz bugzilla-3ce940a70dc15afe504ddcf772d088b952e0b9d9.tar.bz2 bugzilla-3ce940a70dc15afe504ddcf772d088b952e0b9d9.zip |
Bug 366466 - "flag notification mail has canceled spelled incorrectly" [p=reed r=timeless a=mkanat]
Diffstat (limited to 'Bugzilla/Token.pm')
-rw-r--r-- | Bugzilla/Token.pm | 6 |
1 files changed, 3 insertions, 3 deletions
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. |