mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Correct more typos (#500)
This commit is contained in:
parent
8b469389f6
commit
d4000bb8f7
30 changed files with 39 additions and 39 deletions
|
@ -108,7 +108,7 @@ TEST(ParseHttpRange, testInvalidRange) {
|
|||
EXPECT_EQ(0, length);
|
||||
}
|
||||
|
||||
TEST(ParseHttpRange, testOverflow_duringIntepretation_doesntSetRanges) {
|
||||
TEST(ParseHttpRange, testOverflow_duringInterpretation_doesntSetRanges) {
|
||||
long start, length;
|
||||
const char *s = "bytes=99-9223372036854775808";
|
||||
EXPECT_FALSE(ParseHttpRange(s, strlen(s), 100, &start, &length));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue