Commit fc828613 authored by vladd%bugzilla.org's avatar vladd%bugzilla.org

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

parent c8d9aac8
...@@ -74,7 +74,7 @@ sub get_login_info { ...@@ -74,7 +74,7 @@ sub get_login_info {
# Either the he cookie is invalid, or we got no cookie. We don't want # 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 # 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 # 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 }; return { failure => AUTH_NODATA };
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment