Commit 2465a0d2 authored by vladd%bugzilla.org's avatar vladd%bugzilla.org

Spelling in code comments patch: 'methids' -> 'methods'; patch by Vlad Dascalu…

Spelling in code comments patch: 'methids' -> 'methods'; patch by Vlad Dascalu <vladd@bugzilla.org>.
parent 1e1b380a
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment