summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Token.pm
diff options
context:
space:
mode:
authorreed%reedloden.com <>2007-03-11 10:11:16 +0100
committerreed%reedloden.com <>2007-03-11 10:11:16 +0100
commit3ce940a70dc15afe504ddcf772d088b952e0b9d9 (patch)
tree178823e02bc6f19021c422ce15ca0612df55e500 /Bugzilla/Token.pm
parent5f7218dece9661ce08a760c92927e2101b546de7 (diff)
downloadbugzilla-3ce940a70dc15afe504ddcf772d088b952e0b9d9.tar.gz
bugzilla-3ce940a70dc15afe504ddcf772d088b952e0b9d9.tar.xz
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.pm6
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.