Skip to content

Commit 816b6ea

Browse files
committed
Fix typo
1 parent 54c9054 commit 816b6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public function testWritingARestoredResponseDoesNotCorruptCache()
125125
*
126126
* A restored response does *not* load the body, but only keep the file path in a special X-Body-File
127127
* header. For reasons (?), the file path was also used as the restored response body.
128-
* It would be up to others (HttpCache...?) to hohor this header and actually load the response content
128+
* It would be up to others (HttpCache...?) to honor this header and actually load the response content
129129
* from there.
130130
*
131131
* When a restored response was stored again, the Store itself would ignore the header. In the first

0 commit comments

Comments
 (0)