Skip to content

Commit

Permalink
Fix spelling error in one comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sbosnick committed May 30, 2020
1 parent 4aa98fe commit a3a7800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header/name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ fn parse_hdr<'a>(
// Precondition: The post-condition on to_lower!() ensures the first 15
// bytes of b are intitialized so, in particular the first 7 are.
if eq!(b == b'a' b'c' b'c' b'e' b'p' b't' b'-') { // accept-
// Precondition: The first 15 bytes of 5 are intitialized so the
// Precondition: The first 15 bytes of b are intitialized so the
// first 8 starting at b[7] are.
if eq!(b[7] == b'e' b'n' b'c' b'o' b'd' b'i' b'n' b'g') {
return Ok(AcceptEncoding.into())
Expand Down

0 comments on commit a3a7800

Please sign in to comment.