Skip to content

Commit 14469d4

Browse files
committed
chore: fix typo in test comment
1 parent ee39475 commit 14469d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frankenphp_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ func TestMalformedCookie(t *testing.T) {
330330
runTest(t, func(handler func(http.ResponseWriter, *http.Request), _ *httptest.Server, i int) {
331331
req := httptest.NewRequest("GET", "http://example.com/cookies.php", nil)
332332
req.Header.Add("Cookie", "foo =bar; ===;;==; .dot.=val ;\x00 ; PHPSESSID=1234")
333-
// Muliple Cookie header should be joined https://www.rfc-editor.org/rfc/rfc7540#section-8.1.2.5
333+
// Multiple Cookie header should be joined https://www.rfc-editor.org/rfc/rfc7540#section-8.1.2.5
334334
req.Header.Add("Cookie", "secondCookie=test; secondCookie=overwritten")
335335
w := httptest.NewRecorder()
336336
handler(w, req)

0 commit comments

Comments
 (0)