mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-27 15:52: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
|
@ -257,7 +257,7 @@ TEST(ParseUrl, testEmptyParams_absentCanBeDiscerned) {
|
|||
ASSERT_NE(NULL, h.params.p);
|
||||
}
|
||||
|
||||
TEST(ParseUrl, testWeirdAmps_areReprodicible) {
|
||||
TEST(ParseUrl, testWeirdAmps_areReproducible) {
|
||||
struct Url h;
|
||||
gc(ParseUrl("?&&", -1, &h));
|
||||
gc(h.params.p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue