From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 21:40:38 +0000 (+0000) Subject: Spelling in code comments patch: 'cokie' -> 'cookie'; patch by Vlad Dascalu 'cookie'; patch by Vlad Dascalu . --- diff --git a/Bugzilla/Auth/Login/Cookie.pm b/Bugzilla/Auth/Login/Cookie.pm index f2a93e94e3..41d8a21525 100644 --- a/Bugzilla/Auth/Login/Cookie.pm +++ b/Bugzilla/Auth/Login/Cookie.pm @@ -74,7 +74,7 @@ sub get_login_info { # Either the he cookie is invalid, or we got no cookie. We don't want # to ever return AUTH_LOGINFAILED, because we don't want Bugzilla to # actually throw an error when it gets a bad cookie. It should just - # look like there was no cokie to begin with. + # look like there was no cookie to begin with. return { failure => AUTH_NODATA }; }