diff --git a/.github/scripts/typos.toml b/.github/scripts/typos.toml index c81cc236bf..5ab3ae6090 100644 --- a/.github/scripts/typos.toml +++ b/.github/scripts/typos.toml @@ -6,7 +6,7 @@ extend-ignore-identifiers-re = [ "^(ba|pn|PN|UE)$", "^(CNA|ECT|ser|ECT0|ECT1)$", - "^(admi|GOST|HELO|helo|htpt|PASE)$", + "^(GOST|HELO|helo|htpt|PASE)$", "^(numer|optin|_stati64)$", "^0x[0-9a-fA-F]+FUL$", "^(Januar|eyeballers|HELO_smtp|kno22|MTA4MzIy|passin|perfec|__SecURE|SMTP_HELO|v_alue)$", diff --git a/tests/unit/unit1304.c b/tests/unit/unit1304.c index 0d7f04f9de..2369ce67bf 100644 --- a/tests/unit/unit1304.c +++ b/tests/unit/unit1304.c @@ -80,7 +80,7 @@ static CURLcode test_unit1304(char *arg) * Test a non existent login (substring of an existing one) in our * netrc file. */ - login = (char *)CURL_UNCONST("admi"); + login = (char *)CURL_UNCONST("admi"); /* spellchecker:disable-line */ Curl_netrc_init(&store); result = Curl_parsenetrc(&store, "example.com", &login, &password, arg);