Skip to content

Commit a3a7800

Browse files
committed
Fix spelling error in one comment
1 parent 4aa98fe commit a3a7800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/header/name.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ fn parse_hdr<'a>(
13591359
// Precondition: The post-condition on to_lower!() ensures the first 15
13601360
// bytes of b are intitialized so, in particular the first 7 are.
13611361
if eq!(b == b'a' b'c' b'c' b'e' b'p' b't' b'-') { // accept-
1362-
// Precondition: The first 15 bytes of 5 are intitialized so the
1362+
// Precondition: The first 15 bytes of b are intitialized so the
13631363
// first 8 starting at b[7] are.
13641364
if eq!(b[7] == b'e' b'n' b'c' b'o' b'd' b'i' b'n' b'g') {
13651365
return Ok(AcceptEncoding.into())

0 commit comments

Comments
 (0)