summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Token.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-11-21 04:05:49 +0100
committerlpsolit%gmail.com <>2006-11-21 04:05:49 +0100
commit90a94daf2b7c145390c9cf063087f6aa80035992 (patch)
tree8905fe95a03cd522e52f037b35cfe6f9a6420999 /Bugzilla/Token.pm
parentca5d15eba7b9f6ad3e0dd6be01ade0f5138fe889 (diff)
downloadbugzilla-90a94daf2b7c145390c9cf063087f6aa80035992.tar.gz
bugzilla-90a94daf2b7c145390c9cf063087f6aa80035992.tar.xz
Fix nits about bug 316797
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 8d3088df0..0c2d42fe7 100644
--- a/Bugzilla/Token.pm
+++ b/Bugzilla/Token.pm
@@ -475,7 +475,7 @@ Bugzilla::Token - Provides different routines to manage tokens.
for an action which is not the one expected. An email is sent
to the user who originally requested this token to inform him
that this token has been invalidated (e.g. because an hacker
- tries to use this token for some malicious action).
+ tried to use this token for some malicious action).
Params: $token: The token to invalidate.
$cancelaction: The reason why this token is invalidated.
@@ -486,7 +486,7 @@ Bugzilla::Token - Provides different routines to manage tokens.
=item C<DeletePasswordTokens($user_id, $reason)>
Description: Cancels all password tokens for the given user. Emails are sent
- to this user to inform him about this action.
+ to the user to inform him about this action.
Params: $user_id: The user ID of the user account whose password tokens
are cancelled.
@@ -517,7 +517,7 @@ Bugzilla::Token - Provides different routines to manage tokens.
=head2 Security related routines
The following routines have been written to be used together as described below,
-despite they can be used separately.
+although they can be used separately.
=over