summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 23:40:38 +0200
committervladd%bugzilla.org <>2006-06-19 23:40:38 +0200
commitfc82861381e81ce5d006304e373c20995d0a80f3 (patch)
tree0dbdce7e2b12b0e5def00af79c146b4fd61a5e9e /Bugzilla/Auth
parentc8d9aac87ff87424ac558e1076654a121be9825c (diff)
downloadbugzilla-fc82861381e81ce5d006304e373c20995d0a80f3.tar.gz
bugzilla-fc82861381e81ce5d006304e373c20995d0a80f3.tar.xz
Spelling in code comments patch: 'cokie' -> 'cookie'; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'Bugzilla/Auth')
-rw-r--r--Bugzilla/Auth/Login/Cookie.pm2
1 files changed, 1 insertions, 1 deletions
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 };
}