From 2465a0d29d4825e5f51887a184bdee0cd062964b Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 22:41:01 +0000 Subject: Spelling in code comments patch: 'methids' -> 'methods'; patch by Vlad Dascalu . --- token.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'token.cgi') 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"); -- cgit v1.2.3-24-g4f1b