Skip to content

Commit e129861

Browse files
committed
Merge pull request #91 from Oliboy50/patch-1
Fix typo in comment
2 parents 2774c86 + 5742fd4 commit e129861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventListener/RequestResponseListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function handleRequest(GetResponseEvent $event)
139139
// No need to redirect
140140

141141
// We don't need to modify _every_ response: once the cookie is set,
142-
// save badwith and CPU cycles by just letting it expire someday.
142+
// save bandwith and CPU cycles by just letting it expire someday.
143143
if ($cookieIsSet) {
144144
return;
145145
}

0 commit comments

Comments
 (0)