]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'methids' -> 'methods'; patch by Vlad Dascalu <vladd...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 22:41:01 +0000 (22:41 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 22:41:01 +0000 (22:41 +0000)
token.cgi

index bb253db60d72468c2e571563983e5f159198278c..061dc1e95713614ec34e46ba95cd57281ac2ad10 100755 (executable)
--- 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");