From fc82861381e81ce5d006304e373c20995d0a80f3 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 21:40:38 +0000 Subject: [PATCH] Spelling in code comments patch: 'cokie' -> 'cookie'; patch by Vlad Dascalu . --- Bugzilla/Auth/Login/Cookie.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; } -- 2.47.2