aboutsummaryrefslogtreecommitdiffstats
path: root/token.cgi
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 22:41:01 +0000
committervladd%bugzilla.org <>2006-06-19 22:41:01 +0000
commit2465a0d29d4825e5f51887a184bdee0cd062964b (patch)
tree83267aa1b4cad48ac2a43e3527d5297f81403ac7 /token.cgi
parent1e1b380ae6d0da7d2cb28c1e8baec325d08018a0 (diff)
downloadbugs-2465a0d29d4825e5f51887a184bdee0cd062964b.tar
bugs-2465a0d29d4825e5f51887a184bdee0cd062964b.tar.gz
bugs-2465a0d29d4825e5f51887a184bdee0cd062964b.tar.bz2
bugs-2465a0d29d4825e5f51887a184bdee0cd062964b.tar.xz
bugs-2465a0d29d4825e5f51887a184bdee0cd062964b.zip
Spelling in code comments patch: 'methids' -> 'methods'; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'token.cgi')
-rwxr-xr-xtoken.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/token.cgi b/token.cgi
index bb253db60..061dc1e95 100755
--- a/token.cgi
+++ b/token.cgi
@@ -98,7 +98,7 @@ if ($cgi->param('t')) {
# If the user is requesting a password change, make sure they submitted
# their login name and it exists in the database, and that the DB module is in
-# the list of allowed verification methids.
+# the list of allowed verification methods.
if ( $::action eq 'reqpw' ) {
defined $cgi->param('loginname')
|| ThrowUserError("login_needed_for_password_change");