Spelling in code comments patch: 'cokie' -> 'cookie'; patch by Vlad Dascalu <vladd@bugzilla.org>.

This commit is contained in:
vladd%bugzilla.org 2006-06-19 14:40:38 +00:00
parent 01f8911c63
commit 11bf9247d6

View File

@ -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 };
}