]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'cokie' -> 'cookie'; patch by Vlad Dascalu <vladd...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 21:40:38 +0000 (21:40 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 21:40:38 +0000 (21:40 +0000)
Bugzilla/Auth/Login/Cookie.pm

index f2a93e94e3ea7282adecfde066f11c7098a2812e..41d8a215253e99150ee929200b15531bcea2eb89 100644 (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 };
 }