From fc82861381e81ce5d006304e373c20995d0a80f3 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 21:40:38 +0000 Subject: Spelling in code comments patch: 'cokie' -> 'cookie'; patch by Vlad Dascalu . --- Bugzilla/Auth/Login/Cookie.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Auth') diff --git a/Bugzilla/Auth/Login/Cookie.pm b/Bugzilla/Auth/Login/Cookie.pm index f2a93e94e..41d8a2152 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 }; } -- cgit v1.2.3-24-g4f1b